blob: 4f3a8b124a9b5577a234169a48c767ea432daac5 [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
7LOCAL_SRC_FILES := $(call all-subdir-java-files)
8
9LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
10
Adrian Roos88553e92018-01-19 19:44:14 +010011LOCAL_PACKAGE_NAME := DisplayCutoutEmulationNarrowOverlay
Adrian Roos30f53212018-01-05 16:14:34 +010012
13include $(BUILD_RRO_PACKAGE)