Merge "neverallow: update for different HIDL build."

This commit is contained in:
Steven Moreland
2020-02-11 23:10:34 +00:00
committed by Gerrit Code Review

View File

@@ -111,7 +111,9 @@ func createTrebleRules() []Rule {
// TODO(b/67974785): always enforce the manifest // TODO(b/67974785): always enforce the manifest
NeverAllow(). 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", "*"). With("product_variables.enforce_vintf_manifest.cflags", "*").
Because("manifest enforcement should be independent of ."), Because("manifest enforcement should be independent of ."),