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
This commit is contained in:
Anton Hansson
2019-02-08 09:01:32 +00:00
parent e7e5a35b38
commit 7ccca9fb19

View File

@@ -78,6 +78,7 @@ android_app {
static_libs: [
"SystemUI-core",
],
resource_dirs: [],
platform_apis: true,
product_specific: true,