From 407ce9dc953d13872e28fd2ccb26b77e0adbe148 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 28 May 2020 14:55:44 +0100 Subject: [PATCH] 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 --- wifi/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wifi/Android.bp b/wifi/Android.bp index 1e2c81a601784..fe1938d075339 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", ], }