OSDN Git Service

Mark libui and libgui as VNDK in Android.bp
authorJustin Yun <justinyun@google.com>
Mon, 24 Jul 2017 06:19:45 +0000 (15:19 +0900)
committerJustin Yun <justinyun@google.com>
Wed, 2 Aug 2017 08:08:03 +0000 (08:08 +0000)
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
Change-Id: Idf46c030e42a70c3b97a6d6a12a1087707fe7615

libs/gui/Android.bp
libs/ui/Android.bp

index 4558fe8..3996305 100644 (file)
@@ -20,6 +20,9 @@ cc_library_headers {
 cc_library_shared {
     name: "libgui",
     vendor_available: true,
+    vndk: {
+        enabled: true,
+    },
 
     clang: true,
     cppflags: [
index 6630d90..cabe94e 100644 (file)
@@ -15,6 +15,9 @@
 cc_library_shared {
     name: "libui",
     vendor_available: true,
+    vndk: {
+        enabled: true,
+    },
 
     clang: true,
     cppflags: [