From c5728b493bbc28b32c6930f7cbb01764c294a8bd Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Sun, 6 Oct 2024 14:20:47 +0530 Subject: [PATCH] addons: iconpacks: Android.mk -> Android.bp Signed-off-by: Pranav Vashi --- .../IconPackAuroraSystemUIOverlay/Android.bp | 21 +++++++++++++ .../IconPackAuroraSystemUIOverlay/Android.mk | 31 ------------------- .../Android.bp | 21 +++++++++++++ .../Android.mk | 31 ------------------- .../IconPackLornSystemUIOverlay/Android.bp | 21 +++++++++++++ .../IconPackLornSystemUIOverlay/Android.mk | 31 ------------------- .../IconPackPlumpySystemUIOverlay/Android.bp | 21 +++++++++++++ .../IconPackPlumpySystemUIOverlay/Android.mk | 31 ------------------- 8 files changed, 84 insertions(+), 124 deletions(-) create mode 100644 themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.bp delete mode 100644 themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.mk create mode 100644 themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.bp delete mode 100644 themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.mk create mode 100644 themes/iconpacks/IconPackLornSystemUIOverlay/Android.bp delete mode 100644 themes/iconpacks/IconPackLornSystemUIOverlay/Android.mk create mode 100644 themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.bp delete mode 100644 themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.mk diff --git a/themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.bp b/themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.bp new file mode 100644 index 000000000..584d0caee --- /dev/null +++ b/themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.bp @@ -0,0 +1,21 @@ +// +// Copyright 2022, The Android Open Source Project +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// 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. +// + +runtime_resource_overlay { + name: "IconPackAuroraSystemUIOverlay", + theme: "IconPackAuroraSystemUI", + product_specific: true, +} diff --git a/themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.mk b/themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.mk deleted file mode 100644 index 5c2a2244f..000000000 --- a/themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright 2022, The Android Open Source Project -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# 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) - -LOCAL_RRO_THEME := IconPackAuroraSystemUI - -LOCAL_PRODUCT_MODULE := true - -LOCAL_SRC_FILES := $(call all-subdir-java-files) - -LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res - -LOCAL_PACKAGE_NAME := IconPackAuroraSystemUIOverlay -LOCAL_SDK_VERSION := current - -include $(BUILD_RRO_PACKAGE) diff --git a/themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.bp b/themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.bp new file mode 100644 index 000000000..0114e1770 --- /dev/null +++ b/themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.bp @@ -0,0 +1,21 @@ +// +// Copyright 2022, The Android Open Source Project +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// 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. +// + +runtime_resource_overlay { + name: "IconPackGradiconSystemUIOverlay", + theme: "IconPackGradiconSystemUI", + product_specific: true, +} diff --git a/themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.mk b/themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.mk deleted file mode 100644 index 2cd130a24..000000000 --- a/themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright 2022, The Android Open Source Project -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# 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) - -LOCAL_RRO_THEME := IconPackGradiconSystemUI - -LOCAL_PRODUCT_MODULE := true - -LOCAL_SRC_FILES := $(call all-subdir-java-files) - -LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res - -LOCAL_PACKAGE_NAME := IconPackGradiconSystemUIOverlay -LOCAL_SDK_VERSION := current - -include $(BUILD_RRO_PACKAGE) diff --git a/themes/iconpacks/IconPackLornSystemUIOverlay/Android.bp b/themes/iconpacks/IconPackLornSystemUIOverlay/Android.bp new file mode 100644 index 000000000..1b0e51101 --- /dev/null +++ b/themes/iconpacks/IconPackLornSystemUIOverlay/Android.bp @@ -0,0 +1,21 @@ +// +// Copyright 2022, The Android Open Source Project +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// 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. +// + +runtime_resource_overlay { + name: "IconPackLornSystemUIOverlay", + theme: "IconPackLornSystemUI", + product_specific: true, +} diff --git a/themes/iconpacks/IconPackLornSystemUIOverlay/Android.mk b/themes/iconpacks/IconPackLornSystemUIOverlay/Android.mk deleted file mode 100644 index c647dda00..000000000 --- a/themes/iconpacks/IconPackLornSystemUIOverlay/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright 2022, The Android Open Source Project -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# 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) - -LOCAL_RRO_THEME := IconPackLornSystemUI - -LOCAL_PRODUCT_MODULE := true - -LOCAL_SRC_FILES := $(call all-subdir-java-files) - -LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res - -LOCAL_PACKAGE_NAME := IconPackLornSystemUIOverlay -LOCAL_SDK_VERSION := current - -include $(BUILD_RRO_PACKAGE) diff --git a/themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.bp b/themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.bp new file mode 100644 index 000000000..6682d72b1 --- /dev/null +++ b/themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.bp @@ -0,0 +1,21 @@ +// +// Copyright 2022, The Android Open Source Project +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// 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. +// + +runtime_resource_overlay { + name: "IconPackPlumpySystemUIOverlay", + theme: "IconPackPlumpySystemUI", + product_specific: true, +} diff --git a/themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.mk b/themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.mk deleted file mode 100644 index 26e19df34..000000000 --- a/themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright 2022, The Android Open Source Project -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# 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) - -LOCAL_RRO_THEME := IconPackPlumpySystemUI - -LOCAL_PRODUCT_MODULE := true - -LOCAL_SRC_FILES := $(call all-subdir-java-files) - -LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res - -LOCAL_PACKAGE_NAME := IconPackPlumpySystemUIOverlay -LOCAL_SDK_VERSION := current - -include $(BUILD_RRO_PACKAGE)