summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-19 02:10:49 +0200
committerTao Bao <tbao@google.com>2018-04-20 23:26:38 +0200
commit1cc03519155fc333b7db6c90c4d82f70c246997a (patch)
tree7ff841a4b1598550c3129b14f5c917ef891ff55a /update_verifier/Android.mk
parentMerge "applypatch: Drop the SHA_CTX parameter in Apply{BSDiff,Image}Patch." (diff)
downloadandroid_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.tar
android_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.tar.gz
android_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.tar.bz2
android_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.tar.lz
android_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.tar.xz
android_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.tar.zst
android_bootable_recovery-1cc03519155fc333b7db6c90c4d82f70c246997a.zip
Diffstat (limited to '')
-rw-r--r--update_verifier/Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index 0ff88546f..8d61cd101 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -39,14 +39,6 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include
-ifeq ($(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VERITY),true)
-LOCAL_CFLAGS += -DPRODUCT_SUPPORTS_VERITY=1
-endif
-
-ifeq ($(BOARD_AVB_ENABLE),true)
-LOCAL_CFLAGS += -DBOARD_AVB_ENABLE=1
-endif
-
include $(BUILD_STATIC_LIBRARY)
# update_verifier (executable)