2019-01-18 13:31:47 -08:00
|
|
|
# Copyright (C) 2019 The Android Open Source Project
|
2018-08-30 21:30:06 -07:00
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
2019-01-18 13:31:47 -08:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2018-08-30 21:30:06 -07:00
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2019-01-18 13:31:47 -08:00
|
|
|
LOCAL_MODULE := frameworks-base-overlays
|
2021-02-12 17:07:05 -08:00
|
|
|
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
|
|
|
|
LOCAL_LICENSE_CONDITIONS := notice
|
|
|
|
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE
|
2019-01-18 13:31:47 -08:00
|
|
|
LOCAL_REQUIRED_MODULES := \
|
2019-02-06 11:01:40 -05:00
|
|
|
DisplayCutoutEmulationCornerOverlay \
|
|
|
|
DisplayCutoutEmulationDoubleOverlay \
|
2020-05-15 18:43:16 -04:00
|
|
|
DisplayCutoutEmulationHoleOverlay \
|
2019-02-06 11:01:40 -05:00
|
|
|
DisplayCutoutEmulationTallOverlay \
|
2020-02-06 15:49:51 +08:00
|
|
|
DisplayCutoutEmulationWaterfallOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
FontNotoSerifSourceOverlay \
|
2019-03-05 11:10:12 -08:00
|
|
|
NavigationBarMode3ButtonOverlay \
|
2019-05-24 13:18:01 -07:00
|
|
|
NavigationBarModeGesturalOverlay \
|
|
|
|
NavigationBarModeGesturalOverlayNarrowBack \
|
|
|
|
NavigationBarModeGesturalOverlayWideBack \
|
2019-12-10 12:50:22 -08:00
|
|
|
NavigationBarModeGesturalOverlayExtraWideBack \
|
2020-05-20 12:34:10 +08:00
|
|
|
OneHandedModeGesturalOverlay \
|
2019-12-10 12:50:22 -08:00
|
|
|
preinstalled-packages-platform-overlays.xml
|
2019-02-05 17:19:33 -05:00
|
|
|
|
2019-01-18 13:31:47 -08:00
|
|
|
include $(BUILD_PHONY_PACKAGE)
|
2019-02-06 11:01:40 -05:00
|
|
|
include $(CLEAR_VARS)
|
2018-08-30 21:30:06 -07:00
|
|
|
|
2019-02-06 11:01:40 -05:00
|
|
|
LOCAL_MODULE := frameworks-base-overlays-debug
|
2021-02-12 17:07:05 -08:00
|
|
|
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
|
|
|
|
LOCAL_LICENSE_CONDITIONS := notice
|
|
|
|
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE
|
2019-02-06 11:01:40 -05:00
|
|
|
|
|
|
|
include $(BUILD_PHONY_PACKAGE)
|
2019-01-18 13:31:47 -08:00
|
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|