summaryrefslogtreecommitdiffstats
path: root/adf
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-09-06 13:31:12 +0900
committerJiyong Park <jiyong@google.com>2017-09-06 13:31:12 +0900
commit4729da4c8a63ac55b905d56f26ca68af53b9ff2f (patch)
tree526d877ffefd71ab0c711f28a9e819c0dbd6c6c1 /adf
parent2d3cf6799e3402e401d7f36075bbc2cbe67cb0cb (diff)
downloadsystem_core-4729da4c8a63ac55b905d56f26ca68af53b9ff2f.tar.gz
system_core-4729da4c8a63ac55b905d56f26ca68af53b9ff2f.tar.bz2
system_core-4729da4c8a63ac55b905d56f26ca68af53b9ff2f.zip
libadf is a new member of VNDK
The library is used by both platform (e.g. libminui) and vendors (for theor HW composer HAL impl). Bug: 64050301 Test: 2017 pixel devices build Test: libadf.so is in /system/lib[64]/vndk directory Change-Id: I20b8b9728cdc56a7491266070740c3330d4324dc
Diffstat (limited to 'adf')
-rw-r--r--adf/libadf/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/adf/libadf/Android.bp b/adf/libadf/Android.bp
index c276c5331..8eef2eab9 100644
--- a/adf/libadf/Android.bp
+++ b/adf/libadf/Android.bp
@@ -12,8 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-cc_library_static {
+cc_library {
name: "libadf",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
srcs: ["adf.cpp"],
cflags: ["-Werror"],
local_include_dirs: ["include"],