diff options
| author | Jeffrey Huang <jeffreyhuang@google.com> | 2020-02-13 14:42:12 -0800 |
|---|---|---|
| committer | Jeffrey Huang <jeffreyhuang@google.com> | 2020-02-14 00:30:34 +0000 |
| commit | c98eb8c2b847f5f0cbb93e80667657224e2b1a20 (patch) | |
| tree | 1674e657acf76474bdea7496e9af44edd442a981 /Android.bp | |
| parent | 91dad8a65c7cac5b05b8f7cf4fc80a41f8dde2ee (diff) | |
| download | platform_external_protobuf-c98eb8c2b847f5f0cbb93e80667657224e2b1a20.tar.gz platform_external_protobuf-c98eb8c2b847f5f0cbb93e80667657224e2b1a20.tar.bz2 platform_external_protobuf-c98eb8c2b847f5f0cbb93e80667657224e2b1a20.zip | |
Allow protobufutils to be linked from apex
This cannot be done in aosp because statsd apex doesn't exist there.
Bug: 145923087
Test: m -j
Change-Id: I8c0f21ca63503663826c891c34be67f08759fc05
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 659525e1f..56e97106d 100644 --- a/Android.bp +++ b/Android.bp @@ -116,6 +116,8 @@ cc_library { "//apex_available:platform", "com.android.adbd", "test_com.android.adbd", + "com.android.os.statsd", + "test_com.android.os.statsd", ], } |
