wahoo: Build Active Edge service (ElmyraService)

This package provides comprehensive support for the Active Edge squeeze
gesture supported on this device.

Change-Id: I2158c22e727e293e3f02b9ddf614a943848ad587
This commit is contained in:
Danny Lin
2024-07-10 18:50:57 +08:00
committed by Asriadi Rahim
parent 04731f37ea
commit 79a0c89b11
2 changed files with 10 additions and 0 deletions

View File

@@ -415,6 +415,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
ViMusic
# Elmyra
PRODUCT_PACKAGES += \
ElmyraService
# Configstore
PRODUCT_PACKAGES += \
disable_configstore

View File

@@ -20,5 +20,11 @@
"target_path": "packages/apps/ViMusic",
"remote": "github",
"branch": "main"
},
{
"repository":"LineageOS/android_packages_apps_ElmyraService",
"target_path":"packages/apps/ElmyraService",
"remote":"github",
"branch":"lineage-21.0"
}
]