sanders: Move netmgr_config and dsi_config to vendor

* Also, regen.

Signed-off-by: ashwatthama <sai404142@gmail.com>
This commit is contained in:
kubersharma001
2020-05-08 21:28:39 +05:30
committed by ArmSM
parent 58028d492c
commit 86302e66f3
4 changed files with 14 additions and 16 deletions

View File

@@ -101,16 +101,6 @@ android_app_import {
},
}
android_app_import {
name: "TimeService",
owner: "motorola",
apk: "proprietary/app/TimeService/TimeService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
}
android_app_import {
name: "embms",
owner: "motorola",
@@ -164,6 +154,17 @@ android_app_import {
privileged: true,
}
android_app_import {
name: "TimeService",
owner: "motorola",
apk: "proprietary/vendor/app/TimeService/TimeService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
}
dex_import {
name: "WfdCommon",
owner: "motorola",