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 |
Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 19 | LOCAL_REQUIRED_MODULES := \ |
Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 20 | AccentColorBlackOverlay \ |
| 21 | AccentColorGreenOverlay \ |
| 22 | AccentColorPurpleOverlay \ |
Amin Shaikh | 7c29a7a | 2019-02-06 11:01:40 -0500 | [diff] [blame] | 23 | DisplayCutoutEmulationCornerOverlay \ |
| 24 | DisplayCutoutEmulationDoubleOverlay \ |
| 25 | DisplayCutoutEmulationTallOverlay \ |
Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 26 | FontNotoSerifSourceOverlay \ |
| 27 | IconPackCircularAndroidOverlay \ |
Hyunyoung Song | 6da1467 | 2019-03-04 17:26:31 -0800 | [diff] [blame] | 28 | IconPackCircularLauncherOverlay \ |
Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 29 | IconPackCircularSettingsOverlay \ |
| 30 | IconPackCircularSystemUIOverlay \ |
| 31 | IconPackFilledAndroidOverlay \ |
Hyunyoung Song | 6da1467 | 2019-03-04 17:26:31 -0800 | [diff] [blame] | 32 | IconPackFilledLauncherOverlay \ |
Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 33 | IconPackFilledSettingsOverlay \ |
| 34 | IconPackFilledSystemUIOverlay \ |
| 35 | IconPackRoundedAndroidOverlay \ |
Hyunyoung Song | 6da1467 | 2019-03-04 17:26:31 -0800 | [diff] [blame] | 36 | IconPackRoundedLauncherOverlay \ |
Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 37 | IconPackRoundedSettingsOverlay \ |
| 38 | IconPackRoundedSystemUIOverlay \ |
| 39 | IconShapeRoundedRectOverlay \ |
Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 40 | IconShapeSquareOverlay \ |
Amin Shaikh | 0c05cad | 2019-02-05 17:19:33 -0500 | [diff] [blame] | 41 | IconShapeSquircleOverlay \ |
| 42 | IconShapeTeardropOverlay |
| 43 | |
Amin Shaikh | 7c29a7a | 2019-02-06 11:01:40 -0500 | [diff] [blame] | 44 | include $(BUILD_PHONY_PACKAGE) |
| 45 | include $(CLEAR_VARS) |
| 46 | |
| 47 | LOCAL_MODULE := frameworks-base-overlays-debug |
| 48 | LOCAL_REQUIRED_MODULES := \ |
| 49 | ExperimentNavigationBarFloatingOverlay \ |
Matthew Ng | b55c02c | 2019-02-15 16:20:31 -0800 | [diff] [blame] | 50 | ExperimentNavigationBarVisualInsetOverlay \ |
Amin Shaikh | 7c29a7a | 2019-02-06 11:01:40 -0500 | [diff] [blame] | 51 | ExperimentNavigationBarDefaultOverlay \ |
| 52 | ExperimentNavigationBarSlimOverlay32 \ |
| 53 | ExperimentNavigationBarSlimOverlay40 \ |
| 54 | ExperimentNavigationBarLargeOverlay56 \ |
| 55 | ExperimentNavigationBarLargeOverlay64 |
Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 56 | |
| 57 | include $(BUILD_PHONY_PACKAGE) |
Matthew Ng | f886946 | 2019-01-18 13:31:47 -0800 | [diff] [blame] | 58 | include $(call first-makefiles-under,$(LOCAL_PATH)) |