blob: 3f16c128f6641713da2061f5894a7a8734cb0bf3 [file] [log] [blame]
Matthew Ngf8869462019-01-18 13:31:47 -08001# 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
Matthew Ngf8869462019-01-18 13:31:47 -080019LOCAL_REQUIRED_MODULES := \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050020 AccentColorBlackOverlay \
Amin Shaikhd98f53a2019-04-10 16:27:19 -040021 AccentColorCinnamonOverlay \
22 AccentColorOceanOverlay \
23 AccentColorOrchidOverlay \
24 AccentColorSpaceOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050025 AccentColorGreenOverlay \
26 AccentColorPurpleOverlay \
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050027 DisplayCutoutEmulationCornerOverlay \
28 DisplayCutoutEmulationDoubleOverlay \
29 DisplayCutoutEmulationTallOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050030 FontNotoSerifSourceOverlay \
31 IconPackCircularAndroidOverlay \
Hyunyoung Song6da14672019-03-04 17:26:31 -080032 IconPackCircularLauncherOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050033 IconPackCircularSettingsOverlay \
34 IconPackCircularSystemUIOverlay \
Amin Shaikh0974b882019-04-23 17:14:56 -040035 IconPackCircularThemePickerOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050036 IconPackFilledAndroidOverlay \
Hyunyoung Song6da14672019-03-04 17:26:31 -080037 IconPackFilledLauncherOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050038 IconPackFilledSettingsOverlay \
39 IconPackFilledSystemUIOverlay \
Amin Shaikh0974b882019-04-23 17:14:56 -040040 IconPackFilledThemePickerOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050041 IconPackRoundedAndroidOverlay \
Hyunyoung Song6da14672019-03-04 17:26:31 -080042 IconPackRoundedLauncherOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050043 IconPackRoundedSettingsOverlay \
44 IconPackRoundedSystemUIOverlay \
Amin Shaikh0974b882019-04-23 17:14:56 -040045 IconPackRoundedThemePickerUIOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050046 IconShapeRoundedRectOverlay \
Matthew Ngf8869462019-01-18 13:31:47 -080047 IconShapeSquareOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050048 IconShapeSquircleOverlay \
Winson Chungd9f2fb32019-03-05 11:10:12 -080049 IconShapeTeardropOverlay \
50 NavigationBarMode3ButtonOverlay \
51 NavigationBarMode2ButtonOverlay \
Mehdi Alizadehe4217032019-05-24 13:18:01 -070052 NavigationBarModeGesturalOverlay \
53 NavigationBarModeGesturalOverlayNarrowBack \
54 NavigationBarModeGesturalOverlayWideBack \
55 NavigationBarModeGesturalOverlayExtraWideBack
Amin Shaikh0c05cad2019-02-05 17:19:33 -050056
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050057include $(BUILD_PHONY_PACKAGE)
58include $(CLEAR_VARS)
59
60LOCAL_MODULE := frameworks-base-overlays-debug
Matthew Ngf8869462019-01-18 13:31:47 -080061
62include $(BUILD_PHONY_PACKAGE)
Matthew Ngf8869462019-01-18 13:31:47 -080063include $(call first-makefiles-under,$(LOCAL_PATH))