Remove libnativehelper modules from whitelist

Bug: 147364041
Test: m nothing
Change-Id: I6a43511fee3feeb164e07d5620eea0564fbee302
Merged-In: I6a43511fee3feeb164e07d5620eea0564fbee302
Exempt-From-Owner-Approval: cherry pick
(cherry picked from commit ab67d8f9b4)
This commit is contained in:
Orion Hodson
2020-06-11 14:56:44 +01:00
parent 3af97dc202
commit 494c63b20e

View File

@@ -185,12 +185,6 @@ func makeApexAvailableBaseline() map[string][]string {
// //
// Module separator // Module separator
// //
m["com.android.conscrypt"] = []string{
"libnativehelper_header_only",
}
//
// Module separator
//
m["com.android.extservices"] = []string{ m["com.android.extservices"] = []string{
"error_prone_annotations", "error_prone_annotations",
"ExtServices-core", "ExtServices-core",
@@ -501,7 +495,6 @@ func makeApexAvailableBaseline() map[string][]string {
"libbase_ndk", "libbase_ndk",
"libfuse", "libfuse",
"libfuse_jni", "libfuse_jni",
"libnativehelper_header_only",
} }
// //
// Module separator // Module separator
@@ -596,7 +589,6 @@ func makeApexAvailableBaseline() map[string][]string {
"ipmemorystore-aidl-interfaces-java", "ipmemorystore-aidl-interfaces-java",
"libcgrouprc", "libcgrouprc",
"libcgrouprc_format", "libcgrouprc_format",
"libnativehelper_compat_libc++",
"libtetherutilsjni", "libtetherutilsjni",
"libvndksupport", "libvndksupport",
"net-utils-framework-common", "net-utils-framework-common",