Merge "Remove mention of libhidlbase_pgo"

This commit is contained in:
Yi Kong 2022-01-06 17:42:59 +00:00 committed by Gerrit Code Review
commit 319eaaa9f5

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