diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 17:14:40 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-07 17:14:40 +0000 |
| commit | b5e879e8371a306d6ceea81ac4a1146b532682f3 (patch) | |
| tree | 39d5249edc1e7bbdd3e4cabcc7f2ddeff7396f56 /firmware/export/config/android.h | |
| parent | ed93d123dcf30787cb155a1ec921bbf4143e04c5 (diff) | |
| download | rockbox-b5e879e8371a306d6ceea81ac4a1146b532682f3.zip rockbox-b5e879e8371a306d6ceea81ac4a1146b532682f3.tar.gz rockbox-b5e879e8371a306d6ceea81ac4a1146b532682f3.tar.bz2 rockbox-b5e879e8371a306d6ceea81ac4a1146b532682f3.tar.xz | |
TARGET_TREE is not needed anymore
spotted by jhMikeS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31597 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/android.h')
| -rw-r--r-- | firmware/export/config/android.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h index 6261a80..c5ef372 100644 --- a/firmware/export/config/android.h +++ b/firmware/export/config/android.h @@ -1,7 +1,6 @@ /* * This config file is for Rockbox as an application on Android */ -#define TARGET_TREE /* this target is using the target tree system */ /* We don't run on hardware directly */ #define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID) |