]> sigrok.org Git - pulseview.git/commitdiff
android: Include firmwares in the APK
authorMarcus Comstedt <redacted>
Wed, 30 Sep 2015 18:25:49 +0000 (20:25 +0200)
committerMarcus Comstedt <redacted>
Thu, 1 Oct 2015 15:25:15 +0000 (17:25 +0200)
android/custom_rules.xml

index bc9c0662a0675d681906a2a519d944452b2d2b0b..0800575c00d66e3fd89ad516a08ba1ce351a3134 100644 (file)
                                <exclude name="**/idlelib/**"/>
                        </fileset>
                </copy>
                                <exclude name="**/idlelib/**"/>
                        </fileset>
                </copy>
+               <copy todir="${asset.absolute.dir}/sigrok-firmware">
+                       <fileset dir="${prefix}/share/sigrok-firmware"/>
+               </copy>
        </target>
 </project>
        </target>
 </project>