aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-12-12 04:34:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-12 04:34:37 +0000
commit9fd37ff364f7ec15fc626f41bcf22f815636738b (patch)
tree87487da6ca0512f66b16bff8890fda83f3394232
parent55ae75329ab5014e14488f26f33fa5877afff63b (diff)
parent1744c252d65ed5c955d777f5d4481e13c4d408cb (diff)
downloaddevice_generic_goldfish-opengl-9fd37ff364f7ec15fc626f41bcf22f815636738b.tar.gz
device_generic_goldfish-opengl-9fd37ff364f7ec15fc626f41bcf22f815636738b.tar.bz2
device_generic_goldfish-opengl-9fd37ff364f7ec15fc626f41bcf22f815636738b.zip
Export libui_headers as vndk header library am: 5f81367c6f
am: 1744c252d6 Change-Id: I05d1248ad64856e287133c519eff326ebbb80b8f
-rw-r--r--system/egl/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/egl/Android.mk b/system/egl/Android.mk
index bbab4f3e..9864e131 100644
--- a/system/egl/Android.mk
+++ b/system/egl/Android.mk
@@ -20,6 +20,14 @@ LOCAL_SHARED_LIBRARIES += libdl
endif
ifdef IS_AT_LEAST_OPD1
+LOCAL_STATIC_LIBRARIES += libarect
+endif
+
+ifdef IS_AT_LEAST_OPM1
+LOCAL_HEADER_LIBRARIES += libui_headers
+endif
+
+ifdef IS_AT_LEAST_OPD1
LOCAL_HEADER_LIBRARIES += libnativebase_headers
endif