blob: a15e89c8bcdbb07b81648410b28c2f69f013a159 [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 \
21 AccentColorGreenOverlay \
22 AccentColorPurpleOverlay \
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050023 DisplayCutoutEmulationCornerOverlay \
24 DisplayCutoutEmulationDoubleOverlay \
25 DisplayCutoutEmulationTallOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050026 FontNotoSerifSourceOverlay \
27 IconPackCircularAndroidOverlay \
Hyunyoung Song6da14672019-03-04 17:26:31 -080028 IconPackCircularLauncherOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050029 IconPackCircularSettingsOverlay \
30 IconPackCircularSystemUIOverlay \
31 IconPackFilledAndroidOverlay \
Hyunyoung Song6da14672019-03-04 17:26:31 -080032 IconPackFilledLauncherOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050033 IconPackFilledSettingsOverlay \
34 IconPackFilledSystemUIOverlay \
35 IconPackRoundedAndroidOverlay \
Hyunyoung Song6da14672019-03-04 17:26:31 -080036 IconPackRoundedLauncherOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050037 IconPackRoundedSettingsOverlay \
38 IconPackRoundedSystemUIOverlay \
39 IconShapeRoundedRectOverlay \
Matthew Ngf8869462019-01-18 13:31:47 -080040 IconShapeSquareOverlay \
Amin Shaikh0c05cad2019-02-05 17:19:33 -050041 IconShapeSquircleOverlay \
42 IconShapeTeardropOverlay
43
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050044include $(BUILD_PHONY_PACKAGE)
45include $(CLEAR_VARS)
46
47LOCAL_MODULE := frameworks-base-overlays-debug
48LOCAL_REQUIRED_MODULES := \
49 ExperimentNavigationBarFloatingOverlay \
Matthew Ngb55c02c2019-02-15 16:20:31 -080050 ExperimentNavigationBarVisualInsetOverlay \
Amin Shaikh7c29a7a2019-02-06 11:01:40 -050051 ExperimentNavigationBarDefaultOverlay \
52 ExperimentNavigationBarSlimOverlay32 \
53 ExperimentNavigationBarSlimOverlay40 \
54 ExperimentNavigationBarLargeOverlay56 \
55 ExperimentNavigationBarLargeOverlay64
Matthew Ngf8869462019-01-18 13:31:47 -080056
57include $(BUILD_PHONY_PACKAGE)
Matthew Ngf8869462019-01-18 13:31:47 -080058include $(call first-makefiles-under,$(LOCAL_PATH))