- 28 Jul, 2011 1 commit
-
-
Ying Wang authored
Before this change the newline character will be carried to the shell command so no files will be returned. Change-Id: Id71358a54bff2a672c70a235b37ad06ef65a839b
-
- 25 Mar, 2011 1 commit
-
-
http://code.google.com/p/dalvik/Brian Carlstrom authored
cp ~/android/dalvik/profiler/src/main/java/dalvik/profiler/* ~/android/master/libcore/dalvik/src/main/java/dalvik/system/profiler/ cp ~/android/dalvik/profiler/src/test/java/dalvik/profiler/* ~/android/master/libcore/dalvik/src/test/java/dalvik/system/profiler/ perl -p -i -e 's/package dalvik.profiler;/package dalvik.system.profiler;/' ~/android/master/libcore/dalvik/src/*/java/dalvik/system/profiler/*.java perl -p -i -e 's/import dalvik.profiler./import dalvik.system.profiler./' ~/android/master/libcore/dalvik/src/*/java/dalvik/system/profiler/*.java Change-Id: Iae3f63327f4a9dde7f037e69c22057e2ea704aaa
-
- 08 Jan, 2011 1 commit
-
-
Elliott Hughes authored
Change-Id: I0c5e29ac750b9605b1e8f823d6998d31a933b7a4
-
- 06 Jan, 2011 1 commit
-
-
Brian Carlstrom authored
Add a local droiddoc target that cuts the review time for javadoc changes from several minutes to less than a minute. Docs.mk is the list of directories to javadoc within libcore that was refactored from frameworks/base/Android.mk Change-Id: I5c12b48e71b849c2883ebaafaddea5f6c6dea857
-