summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-03 20:43:47 +0100
committerTao Bao <tbao@google.com>2016-03-03 23:52:44 +0100
commitd80a99883d5ae2b117c54f076fe1df7eae86d2f8 (patch)
tree14a10ad17192f2a7ead609af81d2445d80ed117f /Android.mk
parentMerge "Remove dumpkey build guards after completing code move." (diff)
downloadandroid_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.gz
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.bz2
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.lz
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.xz
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.tar.zst
android_bootable_recovery-d80a99883d5ae2b117c54f076fe1df7eae86d2f8.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 4477fefe3..fc981e12d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,18 +14,20 @@
LOCAL_PATH := $(call my-dir)
+# libfusesideload (static library)
+# ===============================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := fuse_sideload.cpp
LOCAL_CLANG := true
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
-
LOCAL_MODULE := libfusesideload
-
LOCAL_STATIC_LIBRARIES := libcutils libc libmincrypt
include $(BUILD_STATIC_LIBRARY)
+# recovery (static executable)
+# ===============================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
@@ -102,7 +104,8 @@ endif
include $(BUILD_EXECUTABLE)
-# All the APIs for testing
+# libverifier (static library)
+# ===============================
include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_MODULE := libverifier