mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-04 18:04:40 +00:00
21 lines
1.0 KiB
Properties
21 lines
1.0 KiB
Properties
# This file is automatically generated by Android Tools.
|
|
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
|
#
|
|
# This file must be checked in Version Control Systems.
|
|
#
|
|
# To customize properties used by the Ant build system edit
|
|
# "ant.properties", and override values to adapt the script to your
|
|
# project structure.
|
|
#
|
|
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
|
|
|
# Include appcompat stuff -- awesome that you apparently need to specify relative paths, GJ some anonymous ant =P
|
|
#android.library.reference.1=${sdk.dir}/extras/android/support/v7/appcompat
|
|
android.library.reference.1=../../../../Android/Sdk/extras/android/support/v7/appcompat
|
|
|
|
# Do not change target if we care about Gingerbread (2.3.3) devices! We must compile against android-10, otherwise we
|
|
# may encounter runtime load-library errors from symbols that should have been inlined against older Bionic. e.g.,
|
|
# getpagesize()
|
|
target=android-10
|