beryllium: Regen using python extract-utils

Change-Id: Ib03f836ea640238a3dba5a91ea9e364a1287eb3b
This commit is contained in:
Bruno Martins
2025-01-27 23:35:29 +00:00
parent d29a008d27
commit f5f4c51f01
5 changed files with 40 additions and 42 deletions
+7 -4
View File
@@ -1,6 +1,6 @@
//
// Automatically generated file. DO NOT MODIFY // Automatically generated file. DO NOT MODIFY
// //
// This file is generated by device/xiaomi/beryllium/setup-makefiles.sh
soong_namespace { soong_namespace {
imports: [ imports: [
@@ -16,10 +16,14 @@ cc_prebuilt_library_shared {
}, },
target: { target: {
android_arm: { android_arm: {
srcs: ["proprietary/system_ext/lib/vendor.qti.hardware.fm@1.0.so"], srcs: [
"proprietary/system_ext/lib/vendor.qti.hardware.fm@1.0.so",
],
}, },
android_arm64: { android_arm64: {
srcs: ["proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so"], srcs: [
"proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so",
],
}, },
}, },
compile_multilib: "both", compile_multilib: "both",
@@ -45,4 +49,3 @@ prebuilt_etc_xml {
sub_dir: "vintf/manifest", sub_dir: "vintf/manifest",
soc_specific: true, soc_specific: true,
} }
+1 -5
View File
@@ -1,9 +1,5 @@
#
# Automatically generated file. DO NOT MODIFY # Automatically generated file. DO NOT MODIFY
# #
# This file is generated by device/xiaomi/beryllium/setup-makefiles.sh
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),beryllium)
endif
+1 -2
View File
@@ -1,4 +1,3 @@
#
# Automatically generated file. DO NOT MODIFY # Automatically generated file. DO NOT MODIFY
# #
# This file is generated by device/xiaomi/beryllium/setup-makefiles.sh
+1 -1
View File
@@ -1,6 +1,6 @@
#
# Automatically generated file. DO NOT MODIFY # Automatically generated file. DO NOT MODIFY
# #
# This file is generated by device/xiaomi/beryllium/setup-makefiles.sh
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
vendor/xiaomi/beryllium vendor/xiaomi/beryllium