aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-12-12 04:22:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-12 04:22:34 +0000
commit1744c252d65ed5c955d777f5d4481e13c4d408cb (patch)
tree87487da6ca0512f66b16bff8890fda83f3394232
parent96e002a8935661f3d9c6f35c3f92a7a36beecbbd (diff)
parent5f81367c6f53f63b7e4238c43cccf7f6744f57d4 (diff)
downloaddevice_generic_goldfish-opengl-1744c252d65ed5c955d777f5d4481e13c4d408cb.tar.gz
device_generic_goldfish-opengl-1744c252d65ed5c955d777f5d4481e13c4d408cb.tar.bz2
device_generic_goldfish-opengl-1744c252d65ed5c955d777f5d4481e13c4d408cb.zip
Export libui_headers as vndk header library
am: 5f81367c6f Change-Id: I6d1d0f41d180e0a0564f7a41e5405c91164eec67
-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