aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-05-12 22:45:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-12 22:45:57 +0000
commite340a451a01f2e50bde3ba2b6d992cc8f1a068c1 (patch)
tree97517cf3df31cb24707e8da0c4c4fd73df804fd1
parentb8f549760f939963b5339f74413462d94029b724 (diff)
parent0707de8e8c2c7d81ada6c03c2f315a418b845918 (diff)
Merge "Move libtinycompress to vendor partition" am: 3d60feed72
am: 0707de8e8c Change-Id: I5e707a374ef4fcdaf4bc17b1e5fab7bca707ae2d
-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)