aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-16 09:03:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-16 09:03:06 +0000
commit070495ecb1198edba54fc85d3c98ac6793ca497d (patch)
tree97517cf3df31cb24707e8da0c4c4fd73df804fd1
parent88d3630dbc65b4ff43c0e1f55821098fbefde3f2 (diff)
parentdcf9afeb282c2733f8ed1c570bd4541979f6761d (diff)
downloadtinycompress-oreo-dr1-release.tar.gz
Change-Id: Idf26182fed21b44225f7aaa65f9d1dd7de6630e2
-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)