summaryrefslogtreecommitdiff
path: root/lens_launcher/Android.bp
blob: 4d805301d374b5745f5f83e55217e588f1d303aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// Copyright (C) 2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//

android_app {
    name: "ApertureLensLauncher",

    srcs: ["src/main/java/**/*.kt"],
    manifest: "src/main/AndroidManifest.xml",

    sdk_version: "current",
    product_specific: true,

    optimize: {
        proguard_flags_files: ["proguard-rules.pro"],
    },
}