| android_app { |
| name: "OmniControl", |
| manifest: "app/src/main/AndroidManifest.xml", |
| platform_apis: true, |
| certificate: "platform", |
| privileged: true, |
| system_ext_specific: true, |
| |
| srcs: [ |
| "app/src/main/**/*.kt", |
| "app/src/main/java/org/omnirom/control/**/*.java", |
| ], |
| |
| resource_dirs: [ |
| "app/src/main/res/", |
| ], |
| |
| static_libs: [ |
| "androidx.core_core", |
| "androidx.appcompat_appcompat", |
| "androidx.preference_preference", |
| "com.google.android.material_material", |
| "androidx.recyclerview_recyclerview", |
| "OmniLib", |
| "OmniPreference", |
| "OmniPreferenceTheme", |
| "SystemUISharedLib", |
| ], |
| |
| kotlincflags: ["-Xjvm-default=all"], |
| |
| optimize: { |
| enabled: false, |
| }, |
| } |