diff options
author | 2020-05-28 14:55:44 +0100 | |
---|---|---|
committer | 2020-05-28 14:59:25 +0100 | |
commit | 407ce9dc953d13872e28fd2ccb26b77e0adbe148 (patch) | |
tree | 358c602b81adf3a3b3c6cc0bf9402268938ba6d8 | |
parent | 356d68054d60d8bc43da10b9267447043ea301af (diff) |
framework-wifi: 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-wifi which this bug adds.
Test: m framework-wifi
Bug: 157633658
Change-Id: Ie0469de76a1bba6e9ad616a38b34e99236c7c1aa
-rw-r--r-- | wifi/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wifi/Android.bp b/wifi/Android.bp index 1e2c81a60178..fe1938d07533 100644 --- a/wifi/Android.bp +++ b/wifi/Android.bp @@ -120,6 +120,8 @@ java_library { "android.hardware.wifi", "android.net.wifi", "android.x.net.wifi", + // Created by jarjar rules. + "com.android.wifi.x", ], } |