diff options
author | Jeffrey Huang <jeffreyhuang@google.com> | 2020-02-14 10:08:22 -0800 |
---|---|---|
committer | Jeffrey Huang <jeffreyhuang@google.com> | 2020-02-14 10:08:22 -0800 |
commit | 260613f89fb29662555264df976474c1ff8d2de4 (patch) | |
tree | 58e8dc92613dbd26bb8c3623ca1a72902b0167d2 /libs/protoutil | |
parent | 915b1aeb962eb12ca54f836cfb380d72fae6936e (diff) |
Allow statsd to link against libprotoutil
Bug: 145923087
Test: m -j
Change-Id: I8e21903d8a1c142499ee5b772da54b0fcbae3b67
Diffstat (limited to 'libs/protoutil')
-rw-r--r-- | libs/protoutil/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/protoutil/Android.bp b/libs/protoutil/Android.bp index b0af99732ddb..d2b7d5c75d58 100644 --- a/libs/protoutil/Android.bp +++ b/libs/protoutil/Android.bp @@ -45,6 +45,12 @@ cc_library { defaults: ["libprotoutil_defaults"], export_include_dirs: ["include"], + + apex_available: [ + "//apex_available:platform", + "com.android.os.statsd", + "test_com.android.os.statsd", + ], } cc_test { |