xref: /aosp_15_r20/external/jetpack-camera-app/feature/permissions/Android.bp (revision 7e7863dab8204bb545ead586e736dea632e06846)
1*7e7863daSAndroid Build Coastguard Workerpackage {
2*7e7863daSAndroid Build Coastguard Worker    default_applicable_licenses: [
3*7e7863daSAndroid Build Coastguard Worker        "Android-Apache-2.0",
4*7e7863daSAndroid Build Coastguard Worker    ],
5*7e7863daSAndroid Build Coastguard Worker}
6*7e7863daSAndroid Build Coastguard Worker
7*7e7863daSAndroid Build Coastguard Workerandroid_library {
8*7e7863daSAndroid Build Coastguard Worker    name: "jetpack-camera-app_feature_permissions",
9*7e7863daSAndroid Build Coastguard Worker    srcs: ["src/main/**/*.kt"],
10*7e7863daSAndroid Build Coastguard Worker    resource_dirs: [
11*7e7863daSAndroid Build Coastguard Worker        "src/main/res",
12*7e7863daSAndroid Build Coastguard Worker    ],
13*7e7863daSAndroid Build Coastguard Worker    static_libs: [
14*7e7863daSAndroid Build Coastguard Worker        "accompanist-permissions",
15*7e7863daSAndroid Build Coastguard Worker        "androidx.compose.material3_material3",
16*7e7863daSAndroid Build Coastguard Worker        "androidx.compose.material_material-icons-extended",
17*7e7863daSAndroid Build Coastguard Worker        "androidx.compose.runtime_runtime",
18*7e7863daSAndroid Build Coastguard Worker        "androidx.compose.ui_ui-tooling-preview",
19*7e7863daSAndroid Build Coastguard Worker        "androidx.compose.ui_ui-tooling",
20*7e7863daSAndroid Build Coastguard Worker        "androidx.core_core",
21*7e7863daSAndroid Build Coastguard Worker        "androidx.hilt_hilt-navigation-compose",
22*7e7863daSAndroid Build Coastguard Worker        "hilt_android",
23*7e7863daSAndroid Build Coastguard Worker    ],
24*7e7863daSAndroid Build Coastguard Worker    sdk_version: "34",
25*7e7863daSAndroid Build Coastguard Worker    min_sdk_version: "21",
26*7e7863daSAndroid Build Coastguard Worker    manifest: "src/main/AndroidManifest.xml",
27*7e7863daSAndroid Build Coastguard Worker}
28