diff options
author | Tao Bao <tbao@google.com> | 2017-10-12 05:26:41 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-12 05:26:41 +0200 |
commit | 6cadc73deacac285ec43cc6b30c742cfd3855bac (patch) | |
tree | 0a2edcca354ed577b051c36f85013740717ae3de /minui | |
parent | Merge "Add missing includes." (diff) | |
parent | Merge "Drop -Wno-unused-parameter." (diff) | |
download | android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.gz android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.bz2 android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.lz android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.xz android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.tar.zst android_bootable_recovery-6cadc73deacac285ec43cc6b30c742cfd3855bac.zip |
Diffstat (limited to 'minui')
-rw-r--r-- | minui/Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/minui/Android.mk b/minui/Android.mk index 9a217a48f..ae1552b1b 100644 --- a/minui/Android.mk +++ b/minui/Android.mk @@ -13,6 +13,9 @@ # limitations under the License. LOCAL_PATH := $(call my-dir) + +# libminui (static library) +# =============================== include $(CLEAR_VARS) LOCAL_SRC_FILES := \ @@ -66,6 +69,8 @@ endif include $(BUILD_STATIC_LIBRARY) +# libminui (shared library) +# =============================== # Used by OEMs for factory test images. include $(CLEAR_VARS) LOCAL_MODULE := libminui |