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
diff --git a/shared/device.mk b/shared/device.mk
index 46e6e6f..e97cb48 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -16,6 +16,10 @@
 
 PRODUCT_COPY_FILES += device/google/cuttlefish_kernel/4.4-x86_64/kernel:kernel
 
+PRODUCT_SHIPPING_API_LEVEL := 26
+
+PRODUCT_ENFORCE_RRO_TARGETS := framework-res
+
 # Explanation of specific properties:
 #   debug.hwui.swap_with_damage avoids boot failure on M http://b/25152138
 #   ro.opengles.version OpenGLES 2.0
@@ -91,6 +95,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.