android_app { name: "SoftAPManager", resource_dirs: ["res"], srcs: ["java/**/*.java"], // Include SettingsLib and it's dependencies defaults: ["SettingsLibDefaults"], static_libs: [ "androidx.preference_preference", "com.google.android.material_material", ], platform_apis: true, privileged: true, certificate: "platform", }