xref: /aosp_15_r20/external/zxing/qr_scanner/build.gradle (revision 513427e33d61bc67fc40bc261642ac0b2a686b45)
1*513427e3STreehugger Robotapply plugin: 'com.android.library'
2*513427e3STreehugger Robot
3*513427e3STreehugger Robotandroid {
4*513427e3STreehugger Robot    sourceSets.main {
5*513427e3STreehugger Robot        manifest.srcFile 'AndroidManifest.xml'
6*513427e3STreehugger Robot        java.srcDirs = ['src']
7*513427e3STreehugger Robot        res.srcDirs = ['res']
8*513427e3STreehugger Robot    }
9*513427e3STreehugger Robot}
10*513427e3STreehugger Robot
11*513427e3STreehugger Robotdependencies {
12*513427e3STreehugger Robot    compile project(':zxing-core')
13*513427e3STreehugger Robot}