# # Copyright (C) 2011 United States Government as represented by the Administrator of the # National Aeronautics and Space Administration. # All Rights Reserved. # # $Id$ #*********************************************************************************************** # Android SDK build properties. # # These properties are specific to the local machine, and define the location of the Android SDK and the Android # platform that World Wind is compiled for. #*********************************************************************************************** # Uncomment sdk.dir and set it to the full path to your Android SDK directory. The Android SDK must contain SDK # Platform Android 3.1 (API 12). Note that this path must not end in a trailing slash. #sdk.dir= android.platform.dir=${sdk.dir}/platforms/android-12 android.platform.jarfile=${android.platform.dir}/android.jar