Remove mention of libhidlbase_pgo

This library is getting removed.

Test: presubmit
Change-Id: I10bfb36c07e094881c7254219d3071da6ac687dd
This commit is contained in:
Yi Kong
2021-12-27 23:30:39 +08:00
parent 69e8731101
commit 2b8f5f588f

View File

@@ -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 ."),