summaryrefslogtreecommitdiff
path: root/cmds/app_process
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2019-09-12 11:52:23 -0700
committerDaniel Norman <danielnorman@google.com>2019-09-27 23:03:40 +0000
commit07336a19d90cf3d1eb188011bdf1934b0b3dda9f (patch)
treefab0739a61c37c35e60846fc5e3e2969698c2283 /cmds/app_process
parent18970c4d9d55a44040fe6fb762dac93a077c64b5 (diff)
Adds libbase dependency to app_process.
app_process includes a change to android::base::GetProperty(). This library dependency was present in the Android.mk file, but got removed when it was converted to Android.bp. This change adds it back. Change-Id: Iec228f0aa735b4cfccaa558c97e168ea5fae156e
Diffstat (limited to 'cmds/app_process')
-rw-r--r--cmds/app_process/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/app_process/Android.bp b/cmds/app_process/Android.bp
index f92502370566..52a60bd6027a 100644
--- a/cmds/app_process/Android.bp
+++ b/cmds/app_process/Android.bp
@@ -18,6 +18,7 @@ cc_binary {
shared_libs: [
"libandroid_runtime",
+ "libbase",
"libbinder",
"libcutils",
"libdl",