diff options
author | Tao Bao <tbao@google.com> | 2015-06-04 00:30:39 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-06-04 00:30:40 +0200 |
commit | 3f9db6af3d8f8659637da7288e9e2bceda4366d0 (patch) | |
tree | a49e149d6efdf165c92650ebd6d7f410ee63b4f6 /updater/Android.mk | |
parent | Merge "Fix build: fprintf without modifier" (diff) | |
parent | recovery: Switch to clang (diff) | |
download | android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.gz android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.bz2 android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.lz android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.xz android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.tar.zst android_bootable_recovery-3f9db6af3d8f8659637da7288e9e2bceda4366d0.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 57f43da96..a0ea06fa5 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -17,6 +17,8 @@ include $(CLEAR_VARS) # needed only for OTA packages.) LOCAL_MODULE_TAGS := eng +LOCAL_CLANG := true + LOCAL_SRC_FILES := $(updater_src_files) ifeq ($(TARGET_USERIMAGES_USE_EXT4), true) |