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:
Vijay Venkatraman 2017-05-09 11:44:14 -07:00
parent c5b90cd09a
commit e446d85daf

View file

@ -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)