diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 02e4785a1227..80f1c375f7f7 100644 --- a/Android.bp +++ b/Android.bp @@ -39,7 +39,11 @@ 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/pagetypeinfo.proto", + "core/proto/android/os/procrank.proto", "core/proto/android/service/graphicsstats.proto", + "libs/incident/proto/android/privacy.proto", ], shared: { enabled: false, |