diff options
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 268ea18ae0..d205aeb802 100644 --- a/Android.bp +++ b/Android.bp @@ -24,7 +24,7 @@ build = [ genrule { name: "notices-for-framework-stubs", visibility: [ - "//development/build", + "//frameworks/base", ], tool_files: [ "NOTICE", |