aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-android/aidl/aidl.qbs
blob: 6e827099fc98242346bf7677138799bcc2dcafaf (plain)
1
2
3
4
5
6
7
8
Application {
    name: "io.qbs.aidltest"
    Android.sdk.aidlSearchPaths: path
    files: [
        "AndroidManifest.xml",
        "io/qbs/aidltest/*",
    ]
}