Remove sdkext apex_available allowlist
Not needed anymore. Bug: 180886919 Test: m Change-Id: I1f716076eeb44c979e92b767ea67692649e1bfb4
This commit is contained in:
parent
2391d08872
commit
6536ad7d0f
|
@ -2847,14 +2847,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
|||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.sdkext"] = []string{
|
||||
"fmtlib_ndk",
|
||||
"libbase_ndk",
|
||||
"libprotobuf-cpp-lite-ndk",
|
||||
}
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.os.statsd"] = []string{
|
||||
"libstatssocket",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue