This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class b10Extension { | |
| String sdk | |
| String authorp12 | |
| String storepass | |
| String cskpass | |
| String deviceHost | |
| String devicePass | |
| String apk2bar | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:sdk="http://schemas.android.com/sdk/android/addon/7" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:common="http://schemas.android.com/repository/android/common/01" | |
| xmlns:addon2="http://schemas.android.com/sdk/android/repo/addon2/01"> | |
| <xsl:output omit-xml-declaration="no" indent="yes" encoding="UTF-8" standalone="yes"/> | |
| <xsl:template match="/sdk:sdk-addon"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| include(default) | |
| standalone_toolchain=/opt/android-ndk-toolchains/arm-27 | |
| ndk_home=/opt/android-ndk | |
| api_level=27 | |
| target_host=arm-linux-androideabi | |
| cc_compiler=clang | |
| cxx_compiler=clang++ | |
| target_specific_flags=-mfpu=neon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Prerequisites: | |
| * 1. Place glslangValidator binaries to ${project.rootProject.projectDir}/tools, | |
| * can be taken from https://github.com/floooh/oryol/tree/master/tools | |
| * 2. By default this plugin look for config in path | |
| * ${project.rootProject.projectDir}/config/quality/glslangValidator.conf | |
| */ | |
| class glslExtension { | |
| String src |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apply plugin: 'com.android.application' | |
| android { | |
| compileSdkVersion 22 | |
| buildToolsVersion "22.0.1" | |
| buildDir = 'bin' | |
| buildTypes { | |
| release { |
NewerOlder