diff options
| author | Alistair Strachan <astrachan@google.com> | 2018-05-22 11:41:31 -0700 |
|---|---|---|
| committer | Alistair Strachan <astrachan@google.com> | 2018-05-22 11:46:49 -0700 |
| commit | d0f23b8c9ef78602e6ac140a7fb98d779f206c53 (patch) | |
| tree | 3b42dd92ccbdebe4a30028516fe12acea399cb70 /build.config.cuttlefish.x86_64 | |
| parent | 1a2b3e7807da0947126f5e59cdaf4ecf6a51282e (diff) | |
ANDROID: build: cuttlefish: Fix path to clang.
Reconcile with changes made to the kernel manifest. Clang must come from
master because it was not usable for kernel builds in older branches of
the Android platform.
Bug: 63889157
Change-Id: Id0a080fc2f1cba495f37f26afa48e43e736b756a
Signed-off-by: Alistair Strachan <astrachan@google.com>
Diffstat (limited to 'build.config.cuttlefish.x86_64')
| -rw-r--r-- | build.config.cuttlefish.x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.config.cuttlefish.x86_64 b/build.config.cuttlefish.x86_64 index 16aa3fd789cc..221e4bce94e4 100644 --- a/build.config.cuttlefish.x86_64 +++ b/build.config.cuttlefish.x86_64 @@ -6,7 +6,7 @@ DEFCONFIG=x86_64_cuttlefish_defconfig EXTRA_CMDS='' KERNEL_DIR=common POST_DEFCONFIG_CMDS="check_defconfig" -CLANG_PREBUILT_BIN=prebuilts/clang/host/linux-x86/clang-4630689/bin +CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-4630689/bin LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin FILES=" arch/x86/boot/bzImage |
