readium / SDKLauncher-Android

Launcher app for Readium SDK on Android
BSD 3-Clause "New" or "Revised" License
77 stars 65 forks source link

improved Gradle build, taken from LCP feature branch #117

Closed danielweck closed 7 years ago

danielweck commented 7 years ago

also see https://github.com/readium/readium-sdk/pull/282

danielweck commented 7 years ago

Typical local.properties contains the following "env" vars:

ndk.dir=/Users/danielweck/Library/Android/sdk/ndk-bundle
sdk.dir=/Users/danielweck/Library/Android/sdk
readium.ndk_experimental=true
readium.ndk_clang=false
readium.ndk_skipARM=false
readium.ndk_skipX86=false
readium.sign_key_password=pazzword
readium.sign_store_password=pazzword
danielweck commented 7 years ago

Tested with both Gradle stable and experimental, in both release and debug modes. Merging.