Bug: 146875900 Test: adb shell cmd overlay enable --user 0 com.android.internal.display.cutout.emulation.waterfall Change-Id: Ia4e3d97a832405005586784fe40da56ef804fb04
15 lines
295 B
Makefile
15 lines
295 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_RRO_THEME := DisplayCutoutEmulationWaterfall
|
|
|
|
|
|
LOCAL_PRODUCT_MODULE := true
|
|
|
|
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
|
|
|
LOCAL_PACKAGE_NAME := DisplayCutoutEmulationWaterfallOverlay
|
|
LOCAL_SDK_VERSION := current
|
|
|
|
include $(BUILD_RRO_PACKAGE)
|