sm6250-common: Regen with py extract utils
Change-Id: Id7b0bb356458dfbe0d4e01c8071731e1ba17b806
This commit is contained in:
+29
-16
@@ -1,10 +1,8 @@
|
||||
//
|
||||
// Automatically generated file. DO NOT MODIFY
|
||||
//
|
||||
// This file is generated by device/xiaomi/sm6250-common/setup-makefiles.sh
|
||||
|
||||
soong_namespace {
|
||||
imports: [
|
||||
],
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
@@ -159,60 +157,76 @@ android_app_import {
|
||||
dex_import {
|
||||
name: "WfdCommon",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system/framework/WfdCommon.jar"],
|
||||
jars: [
|
||||
"proprietary/system/framework/WfdCommon.jar",
|
||||
],
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.android.hotwordenrollment.common.util",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/com.android.hotwordenrollment.common.util.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/com.android.hotwordenrollment.common.util.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.qti.dpmframework",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/com.qti.dpmframework.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/com.qti.dpmframework.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.qualcomm.qti.imscmservice-V2.0-java",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/com.qualcomm.qti.imscmservice-V2.0-java.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/com.qualcomm.qti.imscmservice-V2.0-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.qualcomm.qti.imscmservice-V2.1-java",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/com.qualcomm.qti.imscmservice-V2.1-java.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/com.qualcomm.qti.imscmservice-V2.1-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "com.qualcomm.qti.imscmservice-V2.2-java",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/com.qualcomm.qti.imscmservice-V2.2-java.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/com.qualcomm.qti.imscmservice-V2.2-java.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "dpmapi",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/dpmapi.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/dpmapi.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
dex_import {
|
||||
name: "qcrilhook",
|
||||
owner: "xiaomi",
|
||||
jars: ["proprietary/system_ext/framework/qcrilhook.jar"],
|
||||
jars: [
|
||||
"proprietary/system_ext/framework/qcrilhook.jar",
|
||||
],
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "android.hardware.neuralnetworks@1.3-service-qti-hta",
|
||||
name: "android.hardware.neuralnetworks@1.3-service-qti-hta.xml",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/android.hardware.neuralnetworks@1.3-service-qti-hta.xml",
|
||||
filename_from_src: true,
|
||||
@@ -221,7 +235,7 @@ prebuilt_etc_xml {
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "android.hardware.neuralnetworks@1.3-service-qti",
|
||||
name: "android.hardware.neuralnetworks@1.3-service-qti.xml",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/android.hardware.neuralnetworks@1.3-service-qti.xml",
|
||||
filename_from_src: true,
|
||||
@@ -230,7 +244,7 @@ prebuilt_etc_xml {
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "manifest_android.hardware.drm@1.3-service.widevine",
|
||||
name: "manifest_android.hardware.drm@1.3-service.widevine.xml",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/manifest_android.hardware.drm@1.3-service.widevine.xml",
|
||||
filename_from_src: true,
|
||||
@@ -239,11 +253,10 @@ prebuilt_etc_xml {
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "vendor.qti.gnss@4.0-service",
|
||||
name: "vendor.qti.gnss@4.0-service.xml",
|
||||
owner: "xiaomi",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/vendor.qti.gnss@4.0-service.xml",
|
||||
filename_from_src: true,
|
||||
sub_dir: "vintf/manifest",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
|
||||
+1
-5
@@ -1,9 +1,5 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
# This file is generated by device/xiaomi/sm6250-common/setup-makefiles.sh
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter curtana excalibur gram joyeuse miatoll,$(TARGET_DEVICE)),)
|
||||
|
||||
endif
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
# This file is generated by device/xiaomi/sm6250-common/setup-makefiles.sh
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
# This file is generated by device/xiaomi/sm6250-common/setup-makefiles.sh
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/xiaomi/sm6250-common
|
||||
@@ -1038,7 +1038,7 @@ PRODUCT_PACKAGES += \
|
||||
com.qualcomm.qti.imscmservice-V2.2-java \
|
||||
dpmapi \
|
||||
qcrilhook \
|
||||
android.hardware.neuralnetworks@1.3-service-qti-hta \
|
||||
android.hardware.neuralnetworks@1.3-service-qti \
|
||||
manifest_android.hardware.drm@1.3-service.widevine \
|
||||
vendor.qti.gnss@4.0-service
|
||||
android.hardware.neuralnetworks@1.3-service-qti-hta.xml \
|
||||
android.hardware.neuralnetworks@1.3-service-qti.xml \
|
||||
manifest_android.hardware.drm@1.3-service.widevine.xml \
|
||||
vendor.qti.gnss@4.0-service.xml
|
||||
|
||||
Reference in New Issue
Block a user