diff options
author | Jiyong Park <jiyong@google.com> | 2019-12-20 14:34:25 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2019-12-20 14:34:25 +0900 |
commit | def30ecd90fbbdb7670b2feaba543ccc457d4a9d (patch) | |
tree | a42c1ff6b2e7739b7fd2637e7d31554a8c9b9ed1 /Android.bp | |
parent | 366933baed8a201458bb1757e327745141175b19 (diff) |
android_*_stubs_current modules are moved to frameworks/base
The modules were moved from developement/build to frameworks/base.
Reflect that change here.
Bug: N/A
Test: m
Change-Id: Ia2edbf6dd54b891083e71c8bc02b0c5d177e3fe4
Diffstat (limited to 'Android.bp')
-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", |