android_device_samsung_a20/universal7885-common/apps/SamsungParts/Android.bp
roynatech2544 9443bdc315
universal7885: FMRadio: Futher improve code
* Using enum classes for various statuses for good readability
* Implement favorite channel saving which was missing
* Use Kotlin coroutines again for refreshing channel list button, for faster UI response
* Added javadoc for better functions description
* Also, code native audio routing system on jni (fm_route.cpp)

Change-Id: I993c88fdb580248d8a55efd8e9b6fed0e36d9b24
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:05:31 +09:00

12 lines
329 B
Text

android_app {
name: "SamsungParts",
srcs: [
"src/**/*.kt",
],
platform_apis: true,
certificate: "platform",
jni_libs: ["libsamsungparts_jni"],
static_libs: ["androidx.preference_preference"],
defaults: ["SettingsLibDefaults"],
required: ["vendor.eureka.hardware.parts@1.0-service"],
}