package { default_team: "trendy_team_android_profile_experiences", default_applicable_licenses: ["packages_apps_PrivateSpace_license"], } license { name: "packages_apps_PrivateSpace_license", visibility: [":__subpackages__"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", ], license_text: [ "NOTICE", ], } android_app { name: "PrivateSpace", certificate: "platform", platform_apis: true, privileged: true, optimize: { enabled: true, }, srcs: [ "src/**/*.kt", ], resource_dirs: ["res"], static_libs: [ "androidx.appcompat_appcompat", "androidx.compose.foundation_foundation", "androidx.compose.ui_ui", "androidx.compose.material3_material3", "androidx.compose.runtime_runtime", ], }