OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cd77c
)
Add missing transitive dependency to atrace.
author
Corey Tabaka
<eieio@google.com>
Wed, 11 Oct 2017 17:49:57 +0000
(10:49 -0700)
committer
Corey Tabaka
<eieio@google.com>
Wed, 11 Oct 2017 20:38:24 +0000
(13:38 -0700)
This is the proper fix for the revert in ag/
3048738
.
Bug:
65455724
Test: lunch full-eng && make -j30
Change-Id: I88d37fca2d1f71a46595dd74b5fd6749fa4b477d
cmds/atrace/Android.bp
patch
|
blob
|
history
diff --git
a/cmds/atrace/Android.bp
b/cmds/atrace/Android.bp
index
abf7b06
..
b3cbdef
100644
(file)
--- a/
cmds/atrace/Android.bp
+++ b/
cmds/atrace/Android.bp
@@
-11,6
+11,7
@@
cc_binary {
"libhidltransport",
"liblog",
"libutils",
+ "libcutils",
"libz",
"libbase",
],