Compare commits

2 Commits
vic ... bka

Author SHA1 Message Date
4a71595d33 Revert "sargo: drop DeviceIntelligenceNetwork from vendor tree"
Dropped in GMS
This reverts commit f48ec19be9.
2025-12-22 12:16:11 +01:00
Michael Bestas
629c9ffa02 sargo: Update namespace imports
Change-Id: I8f04b6fc0bfa70ee531fa589705a149f68b46288
2025-09-23 00:24:27 +02:00
2 changed files with 15 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/qcom/sdm845",
"hardware/qcom/sdm845/display",
"hardware/qcom/sdm845/gps",
"hardware/qcom/wlan/legacy",
],
}
@@ -339,6 +340,19 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "DeviceIntelligenceNetworkPrebuilt",
owner: "google",
apk: "proprietary/product/priv-app/DeviceIntelligenceNetworkPrebuilt/DeviceIntelligenceNetworkPrebuilt.apk",
preprocessed: true,
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "DevicePersonalizationPrebuiltPixel3",
owner: "google",