summaryrefslogtreecommitdiffstats
path: root/uncrypt/Android.mk
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-04-09 03:33:01 +0200
committerYabin Cui <yabinc@google.com>2016-04-09 03:33:01 +0200
commit49ef1342c15cc501d340ebbbc52d5b0763ce3761 (patch)
tree67dc0801e20a7b16834930057baf9de5d3f683e5 /uncrypt/Android.mk
parentMerge "Import translations. DO NOT MERGE" into nyc-dev (diff)
parentuncrypt: split libbootloader_message_writer for reuse. (diff)
downloadandroid_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.tar
android_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.tar.gz
android_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.tar.bz2
android_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.tar.lz
android_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.tar.xz
android_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.tar.zst
android_bootable_recovery-49ef1342c15cc501d340ebbbc52d5b0763ce3761.zip
Diffstat (limited to 'uncrypt/Android.mk')
-rw-r--r--uncrypt/Android.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/uncrypt/Android.mk b/uncrypt/Android.mk
index 6422cb2f4..09cfdfca5 100644
--- a/uncrypt/Android.mk
+++ b/uncrypt/Android.mk
@@ -15,6 +15,15 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_CLANG := true
+LOCAL_SRC_FILES := bootloader_message_writer.cpp
+LOCAL_MODULE := libbootloader_message_writer
+LOCAL_STATIC_LIBRARIES := libbase libfs_mgr
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/..
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
+include $(BUILD_STATIC_LIBRARY)
+
+include $(CLEAR_VARS)
LOCAL_CLANG := true
@@ -24,7 +33,8 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/..
LOCAL_MODULE := uncrypt
-LOCAL_STATIC_LIBRARIES := libbase liblog libfs_mgr libcutils
+LOCAL_STATIC_LIBRARIES := libbootloader_message_writer libbase \
+ liblog libfs_mgr libcutils \
LOCAL_INIT_RC := uncrypt.rc