diff options
author | Elliott Hughes <enh@google.com> | 2017-12-11 11:32:34 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-12-11 11:32:34 -0800 |
commit | ee291c021c58cd1e0f235572c4ad2f9813b51cdc (patch) | |
tree | 05c92a0322d611f2758dbe277acf5b14a7d553c5 | |
parent | d351581aa9ba1fbce227db35500471fe59c45f08 (diff) |
Explain why the mips/mips64 ndk headers need to be present.
Bug: N/A
Test: N/A
Change-Id: I70e3a043884784d86a9a3ec7066d945803481b54
-rw-r--r-- | libc/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index 3ec75ee0a..a02139a5c 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -2036,6 +2036,7 @@ ndk_headers { license: "NOTICE", } +// Not actually used in the NDK, but needed to build AOSP for mips. ndk_headers { name: "libc_asm_mips", from: "kernel/uapi/asm-mips", @@ -2044,6 +2045,7 @@ ndk_headers { license: "NOTICE", } +// Not actually used in the NDK, but needed to build AOSP for mips64. ndk_headers { name: "libc_asm_mips64", from: "kernel/uapi/asm-mips", |