commit | 6ccfc9ab8888fec76d1687e3f8534098f2f95a0c | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Apr 02 09:42:56 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 02 09:42:56 2020 +0000 |
tree | cd6e0f00861aaeb99b9bd8126f98e5d361e6fb57 | |
parent | 16fa65dee3802208f3945f80fff1266c305fd3ad [diff] | |
parent | 2b859925eaa5ac6ffc04a16f8c6a7a692dfc6db9 [diff] |
Merge "Add "com.android.os.statsd" to libprocessgroup apex_available" into rvc-dev-plus-aosp
diff --git a/libprocessgroup/Android.bp b/libprocessgroup/Android.bp index 618a5c5..69533d7 100644 --- a/libprocessgroup/Android.bp +++ b/libprocessgroup/Android.bp
@@ -23,6 +23,10 @@ "task_profiles.cpp", ], name: "libprocessgroup", + apex_available: [ + "//apex_available:platform", + "com.android.os.statsd", + ], host_supported: true, native_bridge_supported: true, recovery_available: true,