diff options
| author | 2009-11-12 11:32:50 -0800 | |
|---|---|---|
| committer | 2009-11-12 13:58:27 -0800 | |
| commit | a4380b6ad904dfb83a5778122873ccfce87d7911 (patch) | |
| tree | 082a4997960c23da4fbacc33a6544dc250e4fa16 | |
| parent | 315bace7db462a8b210b622691797682c4054c75 (diff) | |
Rename [I]DropBox[Service] to [I]DropBoxManager[Service].
Un-hide the DropBoxManager interface, and update the public API accordingly.
| -rw-r--r-- | cleanspec.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cleanspec.mk b/cleanspec.mk new file mode 100644 index 0000000000..683e303ecb --- /dev/null +++ b/cleanspec.mk @@ -0,0 +1 @@ +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/os/IDropBoxService.java) |