aboutsummaryrefslogtreecommitdiffstats
path: root/android/neverallow.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/neverallow.go')
-rw-r--r--android/neverallow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/neverallow.go b/android/neverallow.go
index 1983f0ea..b90fe43d 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -71,7 +71,7 @@ func createTrebleRules() []*rule {
// TODO(b/67974785): always enforce the manifest
neverallow().
- without("name", "libhidltransport").
+ without("name", "libhidltransport-impl-internal").
with("product_variables.enforce_vintf_manifest.cflags", "*").
because("manifest enforcement should be independent of ."),