From 2b8f5f588ff4cc04cf01faeb09557a4763f530a8 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Mon, 27 Dec 2021 23:30:39 +0800 Subject: [PATCH] Remove mention of libhidlbase_pgo This library is getting removed. Test: presubmit Change-Id: I10bfb36c07e094881c7254219d3071da6ac687dd --- android/neverallow.go | 1 - 1 file changed, 1 deletion(-) diff --git a/android/neverallow.go b/android/neverallow.go index 4bb3e57b5..28597505c 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -134,7 +134,6 @@ func createTrebleRules() []Rule { NeverAllow(). 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 ."),