summaryrefslogtreecommitdiff
path: root/libsysutils
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-07-24 15:19:45 +0900
committerJae Shin <jaeshin@google.com>2017-09-14 08:35:16 +0000
commit6a7e8823165dbe2e60caac9a8e09a9de7f3a157e (patch)
tree6b048b89df29070c67d363eeb3a4e24f5ad1825c /libsysutils
parente997ba9d22cfaadb20f990b6840934e2b25acd89 (diff)
downloadcore-6a7e8823165dbe2e60caac9a8e09a9de7f3a157e.tar.gz
Mark the modules as VNDK in Android.bp
As a VNDK module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. The 'vndk' tag for VNDK module is formated as below: vndk: { enabled: true, }, VNDK modules will be installed both in system/lib(64) as normal and in system/lib(64)/vndk as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Merged-In: Icecb22ed2ed0f58c3168605d4cf64815e2dda750 Change-Id: Icecb22ed2ed0f58c3168605d4cf64815e2dda750 (cherry picked from commit 9b0ed7294273d5f10020388e5a5b7e545a2fd1de)
Diffstat (limited to 'libsysutils')
-rw-r--r--libsysutils/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsysutils/Android.bp b/libsysutils/Android.bp
index 550ef4233..d076a1ae3 100644
--- a/libsysutils/Android.bp
+++ b/libsysutils/Android.bp
@@ -1,6 +1,9 @@
cc_library_shared {
name: "libsysutils",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
srcs: [
"src/SocketListener.cpp",