2019-01-18 13:31:47 -08:00
|
|
|
# Copyright (C) 2019 The Android Open Source Project
|
2018-08-30 21:30:06 -07:00
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
2019-01-18 13:31:47 -08:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2018-08-30 21:30:06 -07:00
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2019-01-18 13:31:47 -08:00
|
|
|
LOCAL_MODULE := frameworks-base-overlays
|
|
|
|
LOCAL_REQUIRED_MODULES := \
|
2019-02-05 17:19:33 -05:00
|
|
|
AccentColorBlackOverlay \
|
2019-04-10 16:27:19 -04:00
|
|
|
AccentColorCinnamonOverlay \
|
|
|
|
AccentColorOceanOverlay \
|
|
|
|
AccentColorOrchidOverlay \
|
|
|
|
AccentColorSpaceOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
AccentColorGreenOverlay \
|
|
|
|
AccentColorPurpleOverlay \
|
2019-02-06 11:01:40 -05:00
|
|
|
DisplayCutoutEmulationCornerOverlay \
|
|
|
|
DisplayCutoutEmulationDoubleOverlay \
|
|
|
|
DisplayCutoutEmulationTallOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
FontNotoSerifSourceOverlay \
|
|
|
|
IconPackCircularAndroidOverlay \
|
2019-03-04 17:26:31 -08:00
|
|
|
IconPackCircularLauncherOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
IconPackCircularSettingsOverlay \
|
|
|
|
IconPackCircularSystemUIOverlay \
|
2019-04-23 17:14:56 -04:00
|
|
|
IconPackCircularThemePickerOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
IconPackFilledAndroidOverlay \
|
2019-03-04 17:26:31 -08:00
|
|
|
IconPackFilledLauncherOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
IconPackFilledSettingsOverlay \
|
|
|
|
IconPackFilledSystemUIOverlay \
|
2019-04-23 17:14:56 -04:00
|
|
|
IconPackFilledThemePickerOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
IconPackRoundedAndroidOverlay \
|
2019-03-04 17:26:31 -08:00
|
|
|
IconPackRoundedLauncherOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
IconPackRoundedSettingsOverlay \
|
|
|
|
IconPackRoundedSystemUIOverlay \
|
2019-04-23 17:14:56 -04:00
|
|
|
IconPackRoundedThemePickerUIOverlay \
|
2019-02-05 17:19:33 -05:00
|
|
|
IconShapeRoundedRectOverlay \
|
|
|
|
IconShapeSquircleOverlay \
|
2019-03-05 11:10:12 -08:00
|
|
|
IconShapeTeardropOverlay \
|
|
|
|
NavigationBarMode3ButtonOverlay \
|
|
|
|
NavigationBarMode2ButtonOverlay \
|
2019-05-24 13:18:01 -07:00
|
|
|
NavigationBarModeGesturalOverlay \
|
|
|
|
NavigationBarModeGesturalOverlayNarrowBack \
|
|
|
|
NavigationBarModeGesturalOverlayWideBack \
|
|
|
|
NavigationBarModeGesturalOverlayExtraWideBack
|
2019-02-05 17:19:33 -05:00
|
|
|
|
2019-01-18 13:31:47 -08:00
|
|
|
include $(BUILD_PHONY_PACKAGE)
|
2019-02-06 11:01:40 -05:00
|
|
|
include $(CLEAR_VARS)
|
2018-08-30 21:30:06 -07:00
|
|
|
|
2019-02-06 11:01:40 -05:00
|
|
|
LOCAL_MODULE := frameworks-base-overlays-debug
|
|
|
|
|
|
|
|
include $(BUILD_PHONY_PACKAGE)
|
2019-01-18 13:31:47 -08:00
|
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|