diff --git a/android/neverallow.go b/android/neverallow.go index cef73fb9c..48581df71 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -111,7 +111,9 @@ func createTrebleRules() []Rule { // TODO(b/67974785): always enforce the manifest NeverAllow(). - Without("name", "libhidltransport-impl-internal"). + Without("name", "libhidlbase-combined-impl"). + Without("name", "libhidlbase"). + Without("name", "libhidlbase_pgo"). With("product_variables.enforce_vintf_manifest.cflags", "*"). Because("manifest enforcement should be independent of ."),