diff options
| author | 2021-04-01 18:33:54 +0000 | |
|---|---|---|
| committer | 2021-04-01 18:33:54 +0000 | |
| commit | bd32be9d25ebdf30c46c26db7b2dec237ea51e8b (patch) | |
| tree | bbb6ba0f9e5fe7e5ca0be06425d85b9b8712520e | |
| parent | 03f00e5a52cceb0ea4c88e5223d93f2eb6271db2 (diff) | |
| parent | 42c6e93fde144b350d53505408b700eb3659fb5a (diff) | |
Merge "Partial: ActivityManager: use proc state from compiled aidl"
| -rw-r--r-- | Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 022b62a4e149..c12b056fe309 100644 --- a/Android.bp +++ b/Android.bp @@ -786,6 +786,14 @@ filegroup { path: "core/java", } +filegroup { + name: "activity_manager_procstate_aidl", + srcs: [ + // internal only + ], + path: "core/java", +} + aidl_interface { name: "libincremental_aidl", unstable: true, |