Move libtinycompress to vendor partition
Bug: 33241851
Test: Build sailfish and pass CTS audio
Test: With BOARD_VNDK_VERSION:=current, no link type check errors for
this lib
(cherry picked from commit c1c913ac02
)
Merged-In: I28e9d98a6a77a3e3ea67b406d08861216fa2553b
Change-Id: Ice58fe2ea73188177dde2cb8a30da741ae68cd65
This commit is contained in:
parent
c5b90cd09a
commit
e446d85daf
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