commit | 4f6c061ceef200a4bc1f6df2c38fa71ccd6268e3 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Sat Apr 15 04:49:06 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Apr 15 04:49:06 2023 +0000 |
tree | 042118f4f4801a3e408eafc7a7ccd053d95cf918 | |
parent | 4967017c8602425720968c893d4fd95c79c871eb [diff] | |
parent | ff116eda616b07d5c8d275ea875c093cdb9ec46c [diff] |
Merge "Fix build error on darwin_arm64"
diff --git a/libc/Android.bp b/libc/Android.bp index 6ca9503..f5f5f7c 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1852,8 +1852,8 @@ hwaddress: true, }, enabled: false, - arch: { - arm64: { + target: { + android_arm64: { enabled: true, }, },