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 19 LOCAL_REQUIRED_MODULES := \ 20 AccentColorBlackOverlay \ 21 AccentColorCinnamonOverlay \ 22 AccentColorOceanOverlay \ 23 AccentColorOrchidOverlay \ 24 AccentColorSpaceOverlay \ 25 AccentColorGreenOverlay \ 26 AccentColorPurpleOverlay \ 27 DisplayCutoutEmulationCornerOverlay \ 28 DisplayCutoutEmulationDoubleOverlay \ 29 DisplayCutoutEmulationTallOverlay \ 30 FontNotoSerifSourceOverlay \ 31 IconPackCircularAndroidOverlay \ 32 IconPackCircularLauncherOverlay \ 33 IconPackCircularSettingsOverlay \ 34 IconPackCircularSystemUIOverlay \ 35 IconPackCircularThemePickerOverlay \ 36 IconPackFilledAndroidOverlay \ 37 IconPackFilledLauncherOverlay \ 38 IconPackFilledSettingsOverlay \ 39 IconPackFilledSystemUIOverlay \ 40 IconPackFilledThemePickerOverlay \ 41 IconPackRoundedAndroidOverlay \ 42 IconPackRoundedLauncherOverlay \ 43 IconPackRoundedSettingsOverlay \ 44 IconPackRoundedSystemUIOverlay \ 45 IconPackRoundedThemePickerUIOverlay \ 46 IconShapeRoundedRectOverlay \ 47 IconShapeSquareOverlay \ 48 IconShapeSquircleOverlay \ 49 IconShapeTeardropOverlay \ 50 NavigationBarMode3ButtonOverlay \ 51 NavigationBarMode2ButtonOverlay \ 52 NavigationBarModeGesturalOverlay \ 53 NavigationBarModeGesturalOverlayNarrowBack \ 54 NavigationBarModeGesturalOverlayWideBack \ 55 NavigationBarModeGesturalOverlayExtraWideBack 56 57 include $(BUILD_PHONY_PACKAGE) 58 include $(CLEAR_VARS) 59 60 LOCAL_MODULE := frameworks-base-overlays-debug 61 62 include $(BUILD_PHONY_PACKAGE) 63 include $(call first-makefiles-under,$(LOCAL_PATH)) 64