diff options
author | Michael Wright <michaelwr@google.com> | 2012-06-21 14:20:59 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2012-06-25 17:03:41 -0700 |
commit | 7c7f053a788b2e3fee7f57a1a921196e89864aa4 (patch) | |
tree | a91f6793550c01fda463ac00be70329bed78644d /eclipse/scripts/create_all_symlinks.sh | |
parent | 774886faa2fe01e788140c257753a7387c889705 (diff) | |
download | sdk-7c7f053a788b2e3fee7f57a1a921196e89864aa4.zip sdk-7c7f053a788b2e3fee7f57a1a921196e89864aa4.tar.gz sdk-7c7f053a788b2e3fee7f57a1a921196e89864aa4.tar.bz2 |
Added GLE support for devices
Change-Id: I4e82e93563529540d31af8809aba79f40610fa2e
Diffstat (limited to 'eclipse/scripts/create_all_symlinks.sh')
-rwxr-xr-x | eclipse/scripts/create_all_symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index dbc2cb8..6cf1fb2 100755 --- a/eclipse/scripts/create_all_symlinks.sh +++ b/eclipse/scripts/create_all_symlinks.sh @@ -108,7 +108,7 @@ CP_FILES="" ### BASE ### BASE_PLUGIN_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.base/libs" -BASE_PLUGIN_LIBS="common sdkstats androidprefs sdklib" +BASE_PLUGIN_LIBS="common sdkstats androidprefs sdklib dvlib" BASE_PLUGIN_PREBUILTS="\ prebuilts/tools/common/commons-compress/commons-compress-1.0.jar \ prebuilts/tools/common/guava-tools/guava-10.0.1.jar \ |