diff options
author | Ajay Dudani <adudani@codeaurora.org> | 2015-02-05 01:49:44 +0100 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-02-11 01:25:17 +0100 |
commit | 9905f3a4ee90e4f569bb187e6fa15616cc54bbb7 (patch) | |
tree | b71793fa987915a07da374205e327bf1ae77954d /minui/Android.mk | |
parent | Merge "recovery: Properly detect userdebug or eng builds" (diff) | |
download | android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.gz android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.bz2 android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.lz android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.xz android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.tar.zst android_bootable_recovery-9905f3a4ee90e4f569bb187e6fa15616cc54bbb7.zip |
Diffstat (limited to 'minui/Android.mk')
-rw-r--r-- | minui/Android.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk index df4aac169..aee2a34ab 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -30,3 +30,10 @@ else endif include $(BUILD_STATIC_LIBRARY) + +# Used by OEMs for factory test images. +include $(CLEAR_VARS) +LOCAL_MODULE := libminui +LOCAL_WHOLE_STATIC_LIBRARIES += libminui +LOCAL_SHARED_LIBRARIES := libpng +include $(BUILD_SHARED_LIBRARY) |