aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager/app/src
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2011-02-11 16:35:51 -0800
committerRaphael Moll <ralf@android.com>2011-02-14 17:22:32 -0800
commita6bd273919a9545377f52e473839f1294c9ca585 (patch)
treead4cf8b146fa537f51b45de25d6e16368f093e87 /sdkmanager/app/src
parent5078260236cb76be7f86ca9893e8e3be26bb4300 (diff)
downloadsdk-a6bd273919a9545377f52e473839f1294c9ca585.zip
sdk-a6bd273919a9545377f52e473839f1294c9ca585.tar.gz
sdk-a6bd273919a9545377f52e473839f1294c9ca585.tar.bz2
SDK Manager comment on adding new jar dependencies.
Change-Id: I6cdaefdb25f4899109dbf7b82c2872bc0b1362e6
Diffstat (limited to 'sdkmanager/app/src')
-rw-r--r--sdkmanager/app/src/Android.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/sdkmanager/app/src/Android.mk b/sdkmanager/app/src/Android.mk
index 7520f96..b93d218 100644
--- a/sdkmanager/app/src/Android.mk
+++ b/sdkmanager/app/src/Android.mk
@@ -8,9 +8,13 @@ LOCAL_JAVA_RESOURCE_DIRS := .
LOCAL_JAR_MANIFEST := ../etc/manifest.txt
-# If the dependency list is changed, etc/manifest.txt
-# MUST be updated as well (Except for swt.jar which is dynamically
-# added based on whether the VM is 32 or 64 bit)
+# IMPORTANT: if you add a new dependency here, please make sure
+# to also check the following files:
+# sdkmanager/app/etc/manifest.txt
+# sdkmanager/app/etc/android.bat
+# (Note that we don't reference swt.jar in these files since
+# it is dynamically added by android.bat/.sh based on whether the
+# current VM is 32 or 64 bit.)
LOCAL_JAVA_LIBRARIES := \
androidprefs \
sdklib \