Bug: 74195186 Test: Developer Settings > Simulate a display with a cutout > Double display cutout Change-Id: Iff621bd047c3c55d6e4f0e20eaa560706bfc4059
15 lines
338 B
Makefile
15 lines
338 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_RRO_THEME := DisplayCutoutEmulationDouble
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
|
|
|
LOCAL_PACKAGE_NAME := DisplayCutoutEmulationDoubleOverlay
|
|
LOCAL_SDK_VERSION := current
|
|
|
|
include $(BUILD_RRO_PACKAGE)
|