framework-minus-apex build should include framework-res
If an eng modifies a Framework resource and builds 'framework-minus-apex' it should rebuild framework-res
Change-Id: I013331f4fbe90b558b5f752e1d6be566c4f8bcf9
Test: m framework-minus-apex
Bug: 311452668
diff --git a/Android.bp b/Android.bp
index a402c576..a3d7d50 100644
--- a/Android.bp
+++ b/Android.bp
@@ -376,6 +376,7 @@
// system propagates "required" properly.
"gps_debug.conf",
"protolog.conf.json.gz",
+ "framework-res",
// any install dependencies should go into framework-minus-apex-install-dependencies
// rather than here to avoid bloating incremental build time
],