Merge "neverallow: update for different HIDL build." am: 226adf28ae am: b19df54d94

Change-Id: Ife003a1ff114755e58e7c67885116570413a1d69
This commit is contained in:
Automerger Merge Worker
2020-02-11 23:42:20 +00:00

View File

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