neverallow: update for different HIDL build.

libhidlbase is now being built without intermediate static libraries.
This requires a different neverallow exception for the
'enforce_vintf_manifest' variable.

Bug: N/A
Test: N/A
Change-Id: I5b7f7fc8eb4ac37d658e60a491c39baa5ac137f8
This commit is contained in:
Steven Moreland
2020-02-10 17:21:32 -08:00
parent 2b2aee33a7
commit 51ce4f6f25

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