maxwen | d34c487 | 2020-01-09 09:06:33 +0100 | [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 := omni-overlays |
| 19 | LOCAL_REQUIRED_MODULES := \ |
| 20 | AccentColorSluttyPinkOverlay \ |
maxwen | d34c487 | 2020-01-09 09:06:33 +0100 | [diff] [blame] | 21 | AccentColorOmniOverlay \ |
maxwen | c20bbb6 | 2021-11-24 01:05:34 +0100 | [diff] [blame^] | 22 | AccentColorPurpleOverlay \ |
| 23 | AccentColorOrangeOverlay |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame] | 24 | |
Marko Man | cf3bf6e | 2020-10-18 14:08:59 +0200 | [diff] [blame] | 25 | LOCAL_REQUIRED_MODULES += \ |
maxwen | c20bbb6 | 2021-11-24 01:05:34 +0100 | [diff] [blame^] | 26 | EmptyProductOverlay |
| 27 | |
| 28 | LOCAL_REQUIRED_MODULES += \ |
| 29 | IconShapeCircleOverlay \ |
| 30 | IconShapeSquareOverlay \ |
| 31 | IconShapeSquircleOverlay \ |
| 32 | IconShapeTeardropOverlay \ |
| 33 | IconShapePebbleOverlay |
| 34 | |
| 35 | LOCAL_REQUIRED_MODULES += \ |
maxwen | 7ecdfa0 | 2020-09-20 17:49:18 +0200 | [diff] [blame] | 36 | PrimaryColorDarkBlueOverlay \ |
maxwen | c20bbb6 | 2021-11-24 01:05:34 +0100 | [diff] [blame^] | 37 | PrimaryColorDarkGrayOverlay |
maxwen | d34c487 | 2020-01-09 09:06:33 +0100 | [diff] [blame] | 38 | |
| 39 | include $(BUILD_PHONY_PACKAGE) |
| 40 | include $(CLEAR_VARS) |
| 41 | |
| 42 | include $(call first-makefiles-under,$(LOCAL_PATH)) |