diff options
| -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,  |