| Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 1 | # 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 | |
| 15 | LOCAL_PATH:= $(call my-dir) |
| 16 | include $(CLEAR_VARS) |
| 17 | |
| 18 | LOCAL_MODULE := frameworks-base-overlays |
| Bob Badour | 8a6a2bc | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 19 | LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 |
| 20 | LOCAL_LICENSE_CONDITIONS := notice |
| 21 | LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE |
| Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 22 | LOCAL_REQUIRED_MODULES := \ |
| Amin Shaikh | 7c29a7a | 2019-02-06 11:01:40 -0500 | [diff] [blame] | 23 | DisplayCutoutEmulationCornerOverlay \ |
| 24 | DisplayCutoutEmulationDoubleOverlay \ |
| Jay Aliomer | e3b17f7 | 2020-05-15 18:43:16 -0400 | [diff] [blame] | 25 | DisplayCutoutEmulationHoleOverlay \ |
| Amin Shaikh | 7c29a7a | 2019-02-06 11:01:40 -0500 | [diff] [blame] | 26 | DisplayCutoutEmulationTallOverlay \ |
| shawnlin | 7ae9411 | 2020-02-06 15:49:51 +0800 | [diff] [blame] | 27 | DisplayCutoutEmulationWaterfallOverlay \ |
| Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 28 | FontNotoSerifSourceOverlay \ |
| Winson Chung | d9f2fb3 | 2019-03-05 11:10:12 -0800 | [diff] [blame] | 29 | NavigationBarMode3ButtonOverlay \ |
| Mehdi Alizadeh | e421703 | 2019-05-24 13:18:01 -0700 | [diff] [blame] | 30 | NavigationBarModeGesturalOverlay \ |
| 31 | NavigationBarModeGesturalOverlayNarrowBack \ |
| 32 | NavigationBarModeGesturalOverlayWideBack \ |
| Bookatz | 6d31ac1 | 2019-12-10 12:50:22 -0800 | [diff] [blame] | 33 | NavigationBarModeGesturalOverlayExtraWideBack \ |
| Bill Lin | daa9a40 | 2020-05-20 12:34:10 +0800 | [diff] [blame] | 34 | OneHandedModeGesturalOverlay \ |
| Bookatz | 6d31ac1 | 2019-12-10 12:50:22 -0800 | [diff] [blame] | 35 | preinstalled-packages-platform-overlays.xml |
| Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 36 | |
| Amin Shaikh | 7c29a7a | 2019-02-06 11:01:40 -0500 | [diff] [blame] | 37 | include $(BUILD_PHONY_PACKAGE) |
| 38 | include $(CLEAR_VARS) |
| 39 | |
| 40 | LOCAL_MODULE := frameworks-base-overlays-debug |
| Bob Badour | 8a6a2bc | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 41 | LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 |
| 42 | LOCAL_LICENSE_CONDITIONS := notice |
| 43 | LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE |
| Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 44 | |
| 45 | include $(BUILD_PHONY_PACKAGE) |
| Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 46 | include $(call first-makefiles-under,$(LOCAL_PATH)) |