diff options
| author | Yi Kong <yikong@google.com> | 2020-04-25 04:44:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-25 04:44:37 +0000 |
| commit | 96447be640adb7a5ee1915874fcfab7cf00d89d4 (patch) | |
| tree | e731e9d4d360a314ef0aa75ecffd41a4d3ef67b5 /Android.bp | |
| parent | 28a49820e476dadf8eb2c9568a1e1b2ae91d3d73 (diff) | |
| parent | 14b65d19a756e016f149350c075e95b8d0ef5dda (diff) | |
Merge "Disable ARM32 libgcc"
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 97233f555..7cdd92815 100644 --- a/Android.bp +++ b/Android.bp @@ -644,7 +644,8 @@ toolchain_library { arch: { arm: { src: "prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/libgcc.a", - repack_objects_to_keep: ["unwind-arm.o", "libunwind.o", "pr-support.o"], + repack_objects_to_keep: [], + enabled: false, }, arm64: { src: "prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/libgcc.a", |
