summaryrefslogtreecommitdiff
path: root/packages/SystemUI/Android.bp
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2019-02-08 09:01:32 +0000
committer Anton Hansson <hansson@google.com> 2019-02-18 12:12:47 +0000
commit7ccca9fb19b8a9df1e4754e908b6a47119ec8b9f (patch)
treef0ee760f70ae6d3d3bbedd2ae61a2c61b4d03f7d /packages/SystemUI/Android.bp
parente7e5a35b38f8c054218f3457549109fb6d6ba0db (diff)
Specify no resource_dirs for SystemUI
The res directory is already included via the SystemUI-core library. The default for resource_dirs is ["res"] if it exists, so explicitly clear it to avoid depending on it twice. Bug: 124035856 Test: m SystemUI Change-Id: Ia1b06cd9eff4e614684efde34288cf9ebd895870
Diffstat (limited to 'packages/SystemUI/Android.bp')
-rw-r--r--packages/SystemUI/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index 5b3164e3c1fd..7d0291f643cf 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -78,6 +78,7 @@ android_app {
static_libs: [
"SystemUI-core",
],
+ resource_dirs: [],
platform_apis: true,
product_specific: true,