Merge "Move libtinycompress to vendor partition"
This commit is contained in:
commit
3d60feed72
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
#Do NOT Convert to Android.bp since this needs to compile with
|
||||
#device specific kernel headers, that Soong does not support.
|
||||
#https://android-review.googlesource.com/#/q/topic:revert-ltc-soong
|
||||
#b/38117654
|
||||
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
@ -7,7 +12,7 @@ LOCAL_SRC_FILES:= compress.c utils.c
|
|||
LOCAL_MODULE := libtinycompress
|
||||
LOCAL_SHARED_LIBRARIES:= libcutils libutils
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
Loading…
Reference in a new issue