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 15LOCAL_PATH:= $(call my-dir) 16include $(CLEAR_VARS) 17 18LOCAL_MODULE := frameworks-base-overlays 19LOCAL_REQUIRED_MODULES := \ 20 AccentColorBlackOverlay \ 21 AccentColorCinnamonOverlay \ 22 AccentColorOceanOverlay \ 23 AccentColorOrchidOverlay \ 24 AccentColorSpaceOverlay \ 25 AccentColorGreenOverlay \ 26 AccentColorPurpleOverlay \ 27 AccentColorPaletteOverlay \ 28 AccentColorCarbonOverlay \ 29 AccentColorSandOverlay \ 30 AccentColorAmethystOverlay \ 31 AccentColorAquamarineOverlay \ 32 AccentColorTangerineOverlay \ 33 DisplayCutoutEmulationCornerOverlay \ 34 DisplayCutoutEmulationDoubleOverlay \ 35 DisplayCutoutEmulationHoleOverlay \ 36 DisplayCutoutEmulationTallOverlay \ 37 DisplayCutoutEmulationWaterfallOverlay \ 38 FontNotoSerifSourceOverlay \ 39 IconPackCircularAndroidOverlay \ 40 IconPackCircularLauncherOverlay \ 41 IconPackCircularSettingsOverlay \ 42 IconPackCircularSystemUIOverlay \ 43 IconPackCircularThemePickerOverlay \ 44 IconPackVictorAndroidOverlay \ 45 IconPackVictorLauncherOverlay \ 46 IconPackVictorSettingsOverlay \ 47 IconPackVictorSystemUIOverlay \ 48 IconPackVictorThemePickerOverlay \ 49 IconPackSamAndroidOverlay \ 50 IconPackSamLauncherOverlay \ 51 IconPackSamSettingsOverlay \ 52 IconPackSamSystemUIOverlay \ 53 IconPackSamThemePickerOverlay \ 54 IconPackKaiAndroidOverlay \ 55 IconPackKaiLauncherOverlay \ 56 IconPackKaiSettingsOverlay \ 57 IconPackKaiSystemUIOverlay \ 58 IconPackKaiThemePickerOverlay \ 59 IconPackFilledAndroidOverlay \ 60 IconPackFilledLauncherOverlay \ 61 IconPackFilledSettingsOverlay \ 62 IconPackFilledSystemUIOverlay \ 63 IconPackFilledThemePickerOverlay \ 64 IconPackRoundedAndroidOverlay \ 65 IconPackRoundedLauncherOverlay \ 66 IconPackRoundedSettingsOverlay \ 67 IconPackRoundedSystemUIOverlay \ 68 IconPackRoundedThemePickerOverlay \ 69 IconShapePebbleOverlay \ 70 IconShapeRoundedRectOverlay \ 71 IconShapeSquircleOverlay \ 72 IconShapeTaperedRectOverlay \ 73 IconShapeTeardropOverlay \ 74 IconShapeVesselOverlay \ 75 NavigationBarMode3ButtonOverlay \ 76 NavigationBarModeGesturalOverlay \ 77 NavigationBarModeGesturalOverlayNarrowBack \ 78 NavigationBarModeGesturalOverlayWideBack \ 79 NavigationBarModeGesturalOverlayExtraWideBack \ 80 preinstalled-packages-platform-overlays.xml 81 82include $(BUILD_PHONY_PACKAGE) 83include $(CLEAR_VARS) 84 85LOCAL_MODULE := frameworks-base-overlays-debug 86 87include $(BUILD_PHONY_PACKAGE) 88include $(call first-makefiles-under,$(LOCAL_PATH)) 89