sm6375-common: overlay: Convert Android.mk to bp
Change-Id: I4f55c426943dd6b64524ad8a7207dd2b865bf972
This commit is contained in:
parent
9469797e13
commit
da6c6ed6df
19 changed files with 73 additions and 120 deletions
9
resource-overlay/holi/Wifi/Android.bp
Normal file
9
resource-overlay/holi/Wifi/Android.bp
Normal 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,
|
||||
}
|
||||
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue