Files
frameworks_base/packages/overlays/DisplayCutoutEmulationWaterfallOverlay/Android.mk
shawnlin 7ae9411247 Add overlay package for waterfall cutout(1/N)
Bug: 146875900
Test: adb shell cmd overlay enable --user 0
com.android.internal.display.cutout.emulation.waterfall

Change-Id: Ia4e3d97a832405005586784fe40da56ef804fb04
2020-02-06 16:06:11 +08:00

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)