Use RRO for framework-res.

These configurations were missing from the GSI,
resulting in a missing navigation bar.

Test: boot w/ w/o GSI, both have navbar
Bug: 110064661
Change-Id: Icf8980b3b905ee8bcac7d2de7d4e2c71fde5adda
Merged-In: Icf8980b3b905ee8bcac7d2de7d4e2c71fde5adda
(cherry picked from commit d0b4c68c21eebe84f4a0a89817891dacb16020d9)
diff --git a/shared/device.mk b/shared/device.mk
index ab2e7b6..51ad026 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -19,6 +19,7 @@
 PRODUCT_SHIPPING_API_LEVEL := 26
 
 DISABLE_RILD_OEM_HOOK := true
+PRODUCT_ENFORCE_RRO_TARGETS := framework-res
 
 # Explanation of specific properties:
 #   debug.hwui.swap_with_damage avoids boot failure on M http://b/25152138
@@ -96,6 +97,8 @@
     libGLESv2_swiftshader \
 
 DEVICE_PACKAGE_OVERLAYS := device/google/cuttlefish/shared/overlay
+PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := device/google/cuttlefish/shared/overlay
+
 PRODUCT_AAPT_CONFIG := normal large xlarge hdpi xhdpi
 # PRODUCT_AAPT_PREF_CONFIG is intentionally not set to pick up every density resources.