aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 07:15:02 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-17 07:15:02 +0000
commit3d913d4ac8ded0f75c48dac2ffac60fd51c6a2b4 (patch)
tree97517cf3df31cb24707e8da0c4c4fd73df804fd1
parentc5b90cd09a33141a55aa7ed27d3efa81a74e04aa (diff)
parente446d85dafb9c3d3d9f4ae3984771b1934796d36 (diff)
downloadtinycompress-oreo-security-release.tar.gz
Change-Id: I103badb6495821582015bb727781c4e56e6504da
-rw-r--r--Android.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2de4be9..6953ffd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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)