Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 64 additions & 29 deletions marmite/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Copyright (C) 2019-2020 The LineageOS Project
* Copyright (C) 2019-2020 The PixelExperience Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -86,106 +87,110 @@ android_app_import {
}

android_app_import {
name: "datastatusnotification",
name: "WfdService",
owner: "wileyfox",
apk: "proprietary/app/datastatusnotification/datastatusnotification.apk",
apk: "proprietary/priv-app/WfdService/WfdService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
}

android_app_import {
name: "uceShimService",
name: "CneApp",
owner: "wileyfox",
apk: "proprietary/app/uceShimService/uceShimService.apk",
apk: "proprietary/vendor/app/CneApp/CneApp.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
}

android_app_import {
name: "WfdService",
name: "IWlanService",
owner: "wileyfox",
apk: "proprietary/priv-app/WfdService/WfdService.apk",
apk: "proprietary/vendor/app/IWlanService/IWlanService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
soc_specific: true,
}

android_app_import {
name: "ims",
name: "PowerOffAlarm",
owner: "wileyfox",
apk: "proprietary/priv-app/ims/ims.apk",
apk: "proprietary/vendor/app/PowerOffAlarm/PowerOffAlarm.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
soc_specific: true,
}

android_app_import {
name: "qcrilmsgtunnel",
name: "TimeService",
owner: "wileyfox",
apk: "proprietary/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk",
certificate: "platform",
apk: "proprietary/vendor/app/TimeService/TimeService.apk",
certificate: ":timeservice_app_cert-legacy-um",
dex_preopt: {
enabled: false,
},
privileged: true,
soc_specific: true,
}

android_app_import {
name: "CneApp",
name: "imssettings",
owner: "wileyfox",
apk: "proprietary/vendor/app/CneApp/CneApp.apk",
apk: "proprietary/product/app/imssettings/imssettings.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
product_specific: true,
}

android_app_import {
name: "IWlanService",
name: "uceShimService",
owner: "wileyfox",
apk: "proprietary/vendor/app/IWlanService/IWlanService.apk",
apk: "proprietary/product/app/uceShimService/uceShimService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
product_specific: true,
}

android_app_import {
name: "PowerOffAlarm",
name: "dpmserviceapp",
owner: "wileyfox",
apk: "proprietary/vendor/app/PowerOffAlarm/PowerOffAlarm.apk",
apk: "proprietary/product/priv-app/dpmserviceapp/dpmserviceapp.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
privileged: true,
product_specific: true,
}

android_app_import {
name: "TimeService",
name: "ims",
owner: "wileyfox",
apk: "proprietary/vendor/app/TimeService/TimeService.apk",
certificate: ":timeservice_app_cert-legacy-um",
apk: "proprietary/product/priv-app/ims/ims.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
privileged: true,
product_specific: true,
}

android_app_import {
name: "dpmserviceapp",
name: "qcrilmsgtunnel",
owner: "wileyfox",
apk: "proprietary/product/priv-app/dpmserviceapp/dpmserviceapp.apk",
apk: "proprietary/product/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
Expand All @@ -194,12 +199,42 @@ android_app_import {
product_specific: true,
}

dex_import {
name: "QtiTelephonyServicelibrary",
owner: "wileyfox",
jars: ["proprietary/framework/QtiTelephonyServicelibrary.jar"],
}

dex_import {
name: "WfdCommon",
owner: "wileyfox",
jars: ["proprietary/framework/WfdCommon.jar"],
}

dex_import {
name: "embmslibrary",
owner: "wileyfox",
jars: ["proprietary/framework/embmslibrary.jar"],
}

dex_import {
name: "qcrilhook",
owner: "wileyfox",
jars: ["proprietary/framework/qcrilhook.jar"],
}

dex_import {
name: "uimlpalibrary",
owner: "wileyfox",
jars: ["proprietary/framework/uimlpalibrary.jar"],
}

dex_import {
name: "uimremotesimlocklibrary",
owner: "wileyfox",
jars: ["proprietary/framework/uimremotesimlocklibrary.jar"],
}

cc_prebuilt_library_shared {
name: "libjpegehw",
owner: "wileyfox",
Expand Down
1 change: 1 addition & 0 deletions marmite/Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
# Copyright (C) 2017-2020 The PixelExperience Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions marmite/BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
# Copyright (C) 2017-2020 The PixelExperience Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Loading