History log of /frameworks/base/libs/storage/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5bcbfcec4bc49a141341dd333aed2d0d774d04a0 07-Apr-2012 Ying Wang <wangying@google.com> You don't need LOCAL_STATIC_LIBRARIES when building static library.

and there is no target static library with name libutils.

Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
/frameworks/base/libs/storage/Android.mk
bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e 12-Jul-2011 Jeff Brown <jeffbrown@google.com> Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
/frameworks/base/libs/storage/Android.mk
be857d42849eaaa554d4772dbba7755f8a0f3547 19-Aug-2010 Kenny Root <kroot@google.com> Reorganize MountService IPC

Remove auto-generated AIDL files and replace them with manually edited
.java and .cpp/.h files so that binder calls can be made from either
Java or C++.

Update the makefiles to not attempt to generate the AIDL files and also
remove the old auto-generated .java files.

Put all the storage-related C++ things in libstorage so that we don't
pollute other libraries.

Change-Id: I82d1631295452709f12ff1270f36c3100e652806
/frameworks/base/libs/storage/Android.mk