ANDROID: Use depmod from the hermetic toolchain
DEPMOD=depmod overwrites the default DEPMOD=/sbin/depmod and uses the depmod version from PATH (coming from the hermetic toolchain). Bug: 130657633 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I73eefaa5508298bc61e9e586f981c5ddabed7656
This commit is contained in:
@@ -5,6 +5,7 @@ CC=clang
|
|||||||
LD=ld.lld
|
LD=ld.lld
|
||||||
NM=llvm-nm
|
NM=llvm-nm
|
||||||
OBJCOPY=llvm-objcopy
|
OBJCOPY=llvm-objcopy
|
||||||
|
DEPMOD=depmod
|
||||||
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin
|
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin
|
||||||
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
|
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user