framework-statsd: Add missing permitted package

A bug in Soong prevented the permitted package check from being
performed. Fixing the bug revealed that there was a missing package
on framework-statsd which this change adds.

Test: m framework-statsd
Bug: 157633658
Change-Id: Ic0602b9c4a65b57c1ee87ba2fcfaf82c2606e640
This commit is contained in:
Paul Duffin
2020-05-28 16:23:43 +01:00
parent 356d68054d
commit 3efcb54161

View File

@@ -60,6 +60,8 @@ java_library {
"android.app",
"android.os",
"android.util",
// From :statslog-statsd-java-gen
"com.android.internal.util",
],
plugins: ["java_api_finder"],