blob: 2ebb87bb00d074f73bd31feb7b20f610798cb328 [file] [log] [blame]
Adrian Roos30f53212018-01-05 16:14:34 +01001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Adrian Roos88553e92018-01-19 19:44:14 +01004LOCAL_RRO_THEME := DisplayCutoutEmulationNarrow
Adrian Roos30f53212018-01-05 16:14:34 +01005LOCAL_CERTIFICATE := platform
6
Adrian Roos30f53212018-01-05 16:14:34 +01007LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
8
Adrian Roos88553e92018-01-19 19:44:14 +01009LOCAL_PACKAGE_NAME := DisplayCutoutEmulationNarrowOverlay
Anton Hanssonab6ec612018-02-23 12:57:51 +000010LOCAL_SDK_VERSION := current
Adrian Roos30f53212018-01-05 16:14:34 +010011
12include $(BUILD_RRO_PACKAGE)