aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-09-01 00:36:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-09-01 00:36:28 +0000
commitfdde1933ac85aa3c1c5d32f53cf302526af1a907 (patch)
treeb353775a832ced039d8412f8daca914ee93754a5
parent6769d6624beb0c92c1c1631da4d8453115579fdd (diff)
parenta477f1420df657260bb1c90c1f856e07897e1a99 (diff)
downloadgoldfish-opengl-fdde1933ac85aa3c1c5d32f53cf302526af1a907.tar.gz
Merge "Export libui_headers as vndk header library" into oc-mr1-dev
-rw-r--r--system/egl/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/egl/Android.mk b/system/egl/Android.mk
index bbab4f3e..e525e649 100644
--- a/system/egl/Android.mk
+++ b/system/egl/Android.mk
@@ -19,6 +19,10 @@ else
LOCAL_SHARED_LIBRARIES += libdl
endif
+LOCAL_STATIC_LIBRARIES += libarect
+
+LOCAL_HEADER_LIBRARIES += libui_headers
+
ifdef IS_AT_LEAST_OPD1
LOCAL_HEADER_LIBRARIES += libnativebase_headers
endif