summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-01 20:01:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-09-01 20:01:54 +0000
commitf413a828ffc406b9f273b84f65e6018f2fbf712f (patch)
tree0e9b2bd80c34ca5fb0766fb8285820ce1b5a98da
parent2004178c45479252dec019e41892aa810e28e51f (diff)
parent63169e14c034ebf4bf2d580c80e8768fd494ab27 (diff)
downloadrs-temp_sam_168057903.tar.gz
Merge "Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)" into stage-aosp-mastertemp_sam_168057903
-rw-r--r--cpp/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Android.bp b/cpp/Android.bp
index 5f4396be..4ec5f553 100644
--- a/cpp/Android.bp
+++ b/cpp/Android.bp
@@ -82,12 +82,12 @@ cc_library {
header_libs: [
"libarect_headers",
"libbase_headers",
- "libgui_headers",
"libnativebase_headers",
"libnativewindow_headers",
],
shared_libs: [
+ "libgui",
"libutils",
],