Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ff153c728 | |||
|
|
b53363f880 |
16
Android.bp
16
Android.bp
@@ -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",
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user