diff options
author | Taiyab Haque <thaque@codeaurora.org> | 2021-10-05 10:15:35 +0530 |
---|---|---|
committer | TAIYAB HAQUE <thaque@codeaurora.org> | 2021-10-21 09:57:19 +0000 |
commit | 7fdb80725c64277d7a84bff1a33cda8d69cac99e (patch) | |
tree | 5244ca8e716c2135b9af9da7238a9bfb55189f31 | |
parent | 92aabbf5128142a38d1aa4f2411e3adafbcc3ebf (diff) |
frameworks/base: conditional flag to resolve boot jar issue for vsdk
conditional flag to resolve boot jar issue for vsdk
CRs-Fixed: 3050499
Change-Id: Iefe18d6092a28f55f574d64b59d21f08b0ab50d4
-rw-r--r-- | boot/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp index e8d88a531b5b..ebda8baab034 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +soong_namespace {} + package { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import |