Compare commits

2 Commits
bka ... vic

Author SHA1 Message Date
7ff153c728 Revert "sargo: drop DeviceIntelligenceNetwork from vendor tree"
This reverts commit f48ec19be9.
2025-12-21 22:33:33 +01:00
Michael Bestas
b53363f880 sargo: Update namespace imports
Change-Id: I8f04b6fc0bfa70ee531fa589705a149f68b46288
2025-09-23 00:24:44 +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",