blob: 928892c60e47ae5b7fa247c02c1320569c58c0ec [file] [log] [blame]
Matthew Ngf8869462019-01-18 13:31:47 -08001# Copyright (C) 2019 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15LOCAL_PATH:= $(call my-dir)
16include $(CLEAR_VARS)
17
18LOCAL_MODULE := frameworks-base-overlays
Bob Badour8a6a2bc2021-02-12 17:07:05 -080019LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
20LOCAL_LICENSE_CONDITIONS := notice
21LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE
Matthew Ngf8869462019-01-18 13:31:47 -080022LOCAL_REQUIRED_MODULES := \
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050023 DisplayCutoutEmulationCornerOverlay \
24 DisplayCutoutEmulationDoubleOverlay \
Jay Aliomere3b17f72020-05-15 18:43:16 -040025 DisplayCutoutEmulationHoleOverlay \
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050026 DisplayCutoutEmulationTallOverlay \
shawnlin7ae94112020-02-06 15:49:51 +080027 DisplayCutoutEmulationWaterfallOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050028 FontNotoSerifSourceOverlay \
Winson Chungd9f2fb32019-03-05 11:10:12 -080029 NavigationBarMode3ButtonOverlay \
Mehdi Alizadehe4217032019-05-24 13:18:01 -070030 NavigationBarModeGesturalOverlay \
31 NavigationBarModeGesturalOverlayNarrowBack \
32 NavigationBarModeGesturalOverlayWideBack \
Bookatz6d31ac12019-12-10 12:50:22 -080033 NavigationBarModeGesturalOverlayExtraWideBack \
Bill Lindaa9a402020-05-20 12:34:10 +080034 OneHandedModeGesturalOverlay \
Bookatz6d31ac12019-12-10 12:50:22 -080035 preinstalled-packages-platform-overlays.xml
Amin Shaikh0c05cad2019-02-05 17:19:33 -050036
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050037include $(BUILD_PHONY_PACKAGE)
38include $(CLEAR_VARS)
39
40LOCAL_MODULE := frameworks-base-overlays-debug
Bob Badour8a6a2bc2021-02-12 17:07:05 -080041LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
42LOCAL_LICENSE_CONDITIONS := notice
43LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE
Matthew Ngf8869462019-01-18 13:31:47 -080044
45include $(BUILD_PHONY_PACKAGE)
Matthew Ngf8869462019-01-18 13:31:47 -080046include $(call first-makefiles-under,$(LOCAL_PATH))