diff options
author | Elliott Hughes <enh@google.com> | 2011-10-25 11:45:35 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-10-25 11:45:35 -0700 |
commit | 6ba581a6711c4fed24828c9a294b1b49ac6bbb30 (patch) | |
tree | d72624acfbd9ca5cc9be2996d70a526d4b6d2862 /Android.mk | |
parent | 1158fc5479a5e7962c978a2508034d51c043ba69 (diff) | |
download | art-6ba581a6711c4fed24828c9a294b1b49ac6bbb30.zip art-6ba581a6711c4fed24828c9a294b1b49ac6bbb30.tar.gz art-6ba581a6711c4fed24828c9a294b1b49ac6bbb30.tar.bz2 |
Implement ThreadContinuing and detach the JDWP thread before it exits.
This fixes Calculator.
Change-Id: Ic38e234a91469e9694e21bbf1507912b542bf908
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ test-art-target-oat-process-Calculator: $(call art-cache-oat,system/app/Calculat adb sync if [ "`adb shell getprop wrap.com.android.calculator2 | tr -d '\r'`" = "oat_processd" ]; then \ echo wrap.com.android.calculator2 already set; \ + adb shell start; \ else \ echo Setting wrap.com.android.calculator2 and restarting runtime; \ adb shell setprop wrap.com.android.calculator2 "oat_processd"; \ |