sm7325-common: overlay: Convert Android.mk to bp

Change-Id: I4f55c426943dd6b64524ad8a7207dd2b865bf972
This commit is contained in:
Michael Bestas 2024-12-02 02:11:42 +02:00
parent 577ca9945e
commit 1ba6959565
No known key found for this signature in database
GPG Key ID: CC95044519BE6669
19 changed files with 73 additions and 120 deletions

View File

@ -1 +0,0 @@
include $(call all-subdir-makefiles)

View File

@ -1 +0,0 @@
include $(call all-subdir-makefiles)

View File

@ -0,0 +1,10 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "CarrierConfigResCommon_Sys",
aaptflags: ["--keep-raw-values"],
product_specific: true,
}

View File

@ -1,17 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := CarrierConfigResCommon_Sys
LOCAL_SDK_VERSION := current
LOCAL_AAPT_FLAGS := --keep-raw-values
include $(BUILD_RRO_PACKAGE)

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "FrameworksResCommon_Sys",
product_specific: true,
}

View File

@ -1,14 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := FrameworksResCommon_Sys
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SystemUIResCommon_Sys",
product_specific: true,
}

View File

@ -1,14 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := SystemUIResCommon_Sys
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "TelecommResCommon_Sys",
product_specific: true,
}

View File

@ -1,16 +0,0 @@
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS), true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := TelecommResCommon_Sys
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)
endif

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "TelephonyResCommon_Sys",
product_specific: true,
}

View File

@ -1,14 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := TelephonyResCommon_Sys
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "WifiResCommon_Sys",
product_specific: true,
}

View File

@ -1,14 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PRODUCT_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := WifiResCommon_Sys
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View File

@ -1 +0,0 @@
include $(call all-subdir-makefiles)

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "FrameworksResTarget",
vendor: true,
}

View File

@ -1,14 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := FrameworksResTarget
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)

View File

@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2024-2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "WifiResTarget",
vendor: true,
}

View File

@ -1,14 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_VENDOR_MODULE := true
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_PACKAGE_NAME := WifiResTarget
LOCAL_SDK_VERSION := current
include $(BUILD_RRO_PACKAGE)