From 42c6e93fde144b350d53505408b700eb3659fb5a Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 1 Apr 2021 00:24:07 +0000 Subject: Partial: ActivityManager: use proc state from compiled aidl In order to fix divergence in libbinder Android.bp file, adding an empty file group corresponding to an internal file group. This is needed to easily manipulate where source files are included in libbinder without having to land patches internally and externally. Bug: 183654927 Test: N/A Merged-In: I3dafe7a75b2dae561583a7821284027a1896b9a5 Change-Id: I8821242efdc0a27daddf30368f948855062f2d14 --- Android.bp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Android.bp b/Android.bp index afd8bfd26ac4..02b98e6949d7 100644 --- a/Android.bp +++ b/Android.bp @@ -788,6 +788,14 @@ filegroup { path: "core/java", } +filegroup { + name: "activity_manager_procstate_aidl", + srcs: [ + // internal only + ], + path: "core/java", +} + aidl_interface { name: "libincremental_aidl", unstable: true, -- cgit v1.2.3-59-g8ed1b