summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cb840cf950da..33acffa306da 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,6 +39,8 @@ cc_library {
// runtime, as well as the only protos that are actually
// needed by the device.
srcs: [
+ "core/proto/android/os/kernelwake.proto",
+ "core/proto/android/os/procrank.proto",
"core/proto/android/service/graphicsstats.proto",
],
shared: {
@@ -49,6 +51,7 @@ cc_library {
}
subdirs = [
+ "cmds/*",
"core/jni",
"libs/*",
"media/*",