sm6375-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 committed by Anand S
parent 9469797e13
commit da6c6ed6df
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
19 changed files with 73 additions and 120 deletions

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)