Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chrome] accumulated patches in one PR #8

Merged

Conversation

unicornx
Copy link

@unicornx unicornx commented Feb 24, 2023

This PR contains 3 patches:

  • cb19031: use args to set default_min_sdk_version
    default_min_sdk_version maybe changed during android developement process, so we should better not fix it in code, for all ARCH (including riscv64).
    for example, let's use gn --args="default_min_sdk_version=10000"

  • eac959f: use __cxa_thread_atexit_impl() from bionic for riscv64
    bionic has implemented __cxa_thread_atexit_impl() and provide it since API level 23, just use it to pass building
    of libc++, otherwise it will report some __thread variables undefined

  • 16bbbd3: added one make file just for internal dev
    To make life easy.

Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
@unicornx unicornx requested a review from McKnight22 February 24, 2023 01:38
@unicornx unicornx self-assigned this Feb 24, 2023
Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
@unicornx unicornx changed the title use args to set default_min_sdk_version accumulated patches in one PR Feb 24, 2023
Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
android_static_analysis=\"off\" \
clang_use_chrome_plugins=false \
clang_base_path=\"/aosp/common/wangchen/llvm-build/Release+Asserts\" \
clang_use_chrome_plugins=false \
Copy link

@McKnight22 McKnight22 Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the duplicated line "clang_use_chrome_plugins=false".

Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
@unicornx unicornx merged commit e394ffc into aosp-riscv:riscv64_109.0.5414.87_dev Feb 27, 2023
@unicornx unicornx changed the title accumulated patches in one PR [chrome] accumulated patches in one PR Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants