mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-05 17:05:21 +02:00
ANDROID: Move NDK_TRIPLE to build.config.constants.
... so that they can be loaded by Kleaf extensions and read during the loading phase. Moving forward, we should remove build configs in the future and express constants in .bzl files. However, for now, until kernel_build has been migrated to use the defined cc_toolchain, we must keep this file. Test: Treehugger Bug: 228238975 Change-Id: Id9628663785970c460470382e1ae162e1112203d Signed-off-by: Yifan Hong <elsk@google.com>
This commit is contained in:
parent
07bca85091
commit
d1cb9d28e8
|
@ -13,4 +13,4 @@ modules.builtin
|
||||||
modules.builtin.modinfo
|
modules.builtin.modinfo
|
||||||
"
|
"
|
||||||
|
|
||||||
NDK_TRIPLE=aarch64-linux-android31
|
NDK_TRIPLE=${AARCH64_NDK_TRIPLE}
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
BRANCH=android-mainline
|
BRANCH=android-mainline
|
||||||
CLANG_VERSION=r475365b
|
CLANG_VERSION=r475365b
|
||||||
|
AARCH64_NDK_TRIPLE=aarch64-linux-android31
|
||||||
|
X86_64_NDK_TRIPLE=x86_64-linux-android31
|
||||||
|
|
|
@ -13,4 +13,4 @@ modules.builtin
|
||||||
modules.builtin.modinfo
|
modules.builtin.modinfo
|
||||||
"
|
"
|
||||||
|
|
||||||
NDK_TRIPLE=x86_64-linux-android31
|
NDK_TRIPLE=${X86_64_NDK_TRIPLE}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user