commit | 423349508c3b896a73ea2658fddd4fe0cdabb50a | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Tue Nov 10 12:16:09 2020 -0800 |
committer | Chong Zhang <chz@google.com> | Tue Nov 10 12:38:31 2020 -0800 |
tree | 9e89ecc46e73fcb5ba8daab2335673230d07ef5d | |
parent | 510497350977b197160a4e3653a636a47e3f6fc0 [diff] [blame] |
ActivityManager: use proc state from compiled aidl bug: 172942349 bug: 159172726 test: builds Change-Id: I3dafe7a75b2dae561583a7821284027a1896b9a5
diff --git a/Android.bp b/Android.bp index 6b55cc9..0cc2d48 100644 --- a/Android.bp +++ b/Android.bp
@@ -1088,6 +1088,14 @@ path: "core/java", } +filegroup { + name: "activity_manager_procstate_aidl", + srcs: [ + "core/java/android/app/ProcessStateEnum.aidl", + ], + path: "core/java", +} + aidl_interface { name: "libincremental_aidl", unstable: true,