18
Android.bp
18
Android.bp
@@ -132,17 +132,7 @@ android_app_import {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "imssettings",
|
name: "TimeService",
|
||||||
owner: "motorola",
|
|
||||||
apk: "proprietary/app/imssettings/imssettings.apk",
|
|
||||||
certificate: "platform",
|
|
||||||
dex_preopt: {
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
android_app_import {
|
|
||||||
name: "WfdService",
|
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
apk: "proprietary/priv-app/WfdService/WfdService.apk",
|
apk: "proprietary/priv-app/WfdService/WfdService.apk",
|
||||||
certificate: "platform",
|
certificate: "platform",
|
||||||
@@ -174,6 +164,12 @@ android_app_import {
|
|||||||
privileged: true,
|
privileged: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dex_import {
|
||||||
|
name: "WfdCommon",
|
||||||
|
owner: "motorola",
|
||||||
|
jars: ["proprietary/framework/WfdCommon.jar"],
|
||||||
|
}
|
||||||
|
|
||||||
dex_import {
|
dex_import {
|
||||||
name: "com.fingerprints.extension",
|
name: "com.fingerprints.extension",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
|
|||||||
@@ -1454,6 +1454,9 @@ PRODUCT_PACKAGES += \
|
|||||||
DTVPlayer \
|
DTVPlayer \
|
||||||
DTVService \
|
DTVService \
|
||||||
QtiTelephonyService \
|
QtiTelephonyService \
|
||||||
|
CNEService \
|
||||||
|
WfdService \
|
||||||
|
atfwd \
|
||||||
TimeService \
|
TimeService \
|
||||||
embms \
|
embms \
|
||||||
ims \
|
ims \
|
||||||
@@ -1461,4 +1464,5 @@ PRODUCT_PACKAGES += \
|
|||||||
WfdService \
|
WfdService \
|
||||||
atfwd \
|
atfwd \
|
||||||
qcrilmsgtunnel \
|
qcrilmsgtunnel \
|
||||||
|
WfdCommon \
|
||||||
com.fingerprints.extension
|
com.fingerprints.extension
|
||||||
|
|||||||
Reference in New Issue
Block a user