mirror of
https://github.com/followmsi/android_vendor.git
synced 2024-11-06 21:55:44 +00:00
cepheus: Ship prebuilt IFAAService
This commit is contained in:
parent
3d63f8bb18
commit
995a33ef79
3 changed files with 12 additions and 0 deletions
11
Android.bp
11
Android.bp
|
@ -37,6 +37,17 @@ android_app_import {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "IFAAService",
|
||||
owner: "xiaomi",
|
||||
apk: "proprietary/vendor/app/IFAAService/IFAAService.apk",
|
||||
certificate: "platform",
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "IWlanService",
|
||||
owner: "xiaomi",
|
||||
|
|
|
@ -959,6 +959,7 @@ PRODUCT_PACKAGES += \
|
|||
SoterService \
|
||||
CACertService \
|
||||
CneApp \
|
||||
IFAAService \
|
||||
IWlanService \
|
||||
TimeService \
|
||||
pasrservice \
|
||||
|
|
BIN
proprietary/vendor/app/IFAAService/IFAAService.apk
vendored
Normal file
BIN
proprietary/vendor/app/IFAAService/IFAAService.apk
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue