aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-11-30 19:04:36 +0800
committerIsaac Chen <ycchen@google.com>2017-12-07 15:04:40 +0800
commit5f81367c6f53f63b7e4238c43cccf7f6744f57d4 (patch)
tree87487da6ca0512f66b16bff8890fda83f3394232
parent96e002a8935661f3d9c6f35c3f92a7a36beecbbd (diff)
downloadgoldfish-opengl-5f81367c6f53f63b7e4238c43cccf7f6744f57d4.tar.gz
Export libui_headers as vndk header library
Export relevant headers as VNDK header library so this can build successfully when BOARD_VNDK_VERSION is enabled. This is actually ag/2828467+ag/2833066, which are probably overwritten by some recent emulator related merge/CL on master, ag/3131017. Bug: 69395141 Test: Both of the following 2 products can boot to home screen $ lunch aosp_x86-userdebug; m -j; emulator $ lunch aosp_x86_64-userdebug; m -j; emulator Change-Id: I3a806dbe8f1f254ca1e06c002724ffbd4ae12e63 Merged-In: I3a806dbe8f1f254ca1e06c002724ffbd4ae12e63 (cherry picked from commit 2c82f2f9e3f2990a3f4512e19445a2dba9e715f6)
-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