diff options
Diffstat (limited to 'ddms/app/Android.mk')
-rw-r--r-- | ddms/app/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddms/app/Android.mk b/ddms/app/Android.mk index 74d0f6f..757cae9 100644 --- a/ddms/app/Android.mk +++ b/ddms/app/Android.mk @@ -12,7 +12,7 @@ LOCAL_JAR_MANIFEST := 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) LOCAL_JAVA_LIBRARIES := \ - androidprefs \ + common \ sdkstats \ ddmlib \ ddmuilib \ |