From 59d0931de727148fe980bab50fc536cabc6a23cb Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Fri, 5 Feb 2021 15:32:40 +0900 Subject: [PATCH] Remove libbinder_headers from apex_available allowlist libbinder_headers now sets apex_available property. Bug: 150999716 Test: m Change-Id: If58cfeafcc13fc36be8e44a66f2f472460fd4c8d --- apex/apex.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index c89704249..062957c2a 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2346,7 +2346,6 @@ func makeApexAvailableBaseline() map[string][]string { "libFraunhoferAAC", "libaudio-a2dp-hw-utils", "libaudio-hearing-aid-hw-utils", - "libbinder_headers", "libbluetooth", "libbluetooth-types", "libbluetooth-types-header", @@ -2477,7 +2476,6 @@ func makeApexAvailableBaseline() map[string][]string { "libaudiopolicy", "libaudioutils", "libaudioutils_fixedfft", - "libbinder_headers", "libbluetooth-types-header", "libbufferhub", "libbufferhub_headers", @@ -2593,7 +2591,6 @@ func makeApexAvailableBaseline() map[string][]string { "libavcenc", "libavservices_minijail", "libavservices_minijail", - "libbinder_headers", "libbinderthreadstateutils", "libbluetooth-types-header", "libbufferhub_headers",