mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
75e27bd0f3
--HG-- rename : mobile/android/base/docs/index.rst => mobile/android/base/docs/uitelemetry.rst
16 lines
387 B
Properties
16 lines
387 B
Properties
#filter substitution
|
|
topsrcdir=@topsrcdir@
|
|
topobjdir=@topobjdir@
|
|
compileSdkVersion=android-@ANDROID_TARGET_SDK@
|
|
buildToolsVersion=20.0.0
|
|
targetSdkVersion=@ANDROID_TARGET_SDK@
|
|
minSdkVersion=@MOZ_ANDROID_MIN_SDK_VERSION@
|
|
#ifdef MOZ_ANDROID_MAX_SDK_VERSION
|
|
maxSdkVersion=@MOZ_ANDROID_MAX_SDK_VERSION@
|
|
#endif
|
|
#if MOZ_CRASHREPORTER
|
|
MOZ_CRASHREPORTER=true
|
|
#else
|
|
MOZ_CRASHREPORTER=false
|
|
#endif
|