diff options
author | Joe Onorato <joeo@android.com> | 2009-05-20 14:21:14 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-20 14:21:14 -0700 |
commit | 57ee738a5165a1c5aed5127b695dea0c2939803f (patch) | |
tree | 4bdc028a4589b871ecda8e7b0f4022e8e2818838 /cmds | |
parent | 0376fe43e68cbfa7f846d1663a008dd67ec52c22 (diff) | |
parent | 5595a93722cc440cee712a73b268c9f61399d876 (diff) | |
download | frameworks_base-57ee738a5165a1c5aed5127b695dea0c2939803f.zip frameworks_base-57ee738a5165a1c5aed5127b695dea0c2939803f.tar.gz frameworks_base-57ee738a5165a1c5aed5127b695dea0c2939803f.tar.bz2 |
am 5595a937: this might fix the build
Merge commit '5595a93722cc440cee712a73b268c9f61399d876'
* commit '5595a93722cc440cee712a73b268c9f61399d876':
this might fix the build
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/backup/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/backup/Android.mk b/cmds/backup/Android.mk index a37a80e..508aec0 100644 --- a/cmds/backup/Android.mk +++ b/cmds/backup/Android.mk @@ -5,7 +5,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES:= backup.cpp -LOCAL_SHARED_LIBRARIES := libcutils libc libutils +LOCAL_SHARED_LIBRARIES := libcutils libutils LOCAL_MODULE:= btool |