OSDN Git Service

Revert "move libandroidfw to frameworks/native"
authorAdam Lesinski <adamlesinski@google.com>
Fri, 24 Jan 2014 21:27:13 +0000 (13:27 -0800)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 27 Jan 2014 18:31:10 +0000 (10:31 -0800)
commit16c4d154dca43c662571129af31b27433b919a32
treeca326aee44fd70c7db61f7a9632c0d29f6565414
parent9ab9b93eae8b2fc747d6101cf0e4c19b2218715f
Revert "move libandroidfw to frameworks/native"

This reverts commit 84b6292c33d71b5739828d08aa8101d1954577f2.
31 files changed:
include/androidfw/Asset.h [new file with mode: 0644]
include/androidfw/AssetDir.h [new file with mode: 0644]
include/androidfw/AssetManager.h [new file with mode: 0644]
include/androidfw/BackupHelpers.h [new file with mode: 0644]
include/androidfw/CursorWindow.h [new file with mode: 0644]
include/androidfw/ObbFile.h [new file with mode: 0644]
include/androidfw/PowerManager.h [new file with mode: 0644]
include/androidfw/ResourceTypes.h [new file with mode: 0644]
include/androidfw/StreamingZipInflater.h [new file with mode: 0644]
include/androidfw/ZipFileRO.h [new file with mode: 0644]
include/androidfw/ZipUtils.h [new file with mode: 0644]
include/androidfw/misc.h [new file with mode: 0644]
libs/androidfw/Android.mk [new file with mode: 0644]
libs/androidfw/Asset.cpp [new file with mode: 0644]
libs/androidfw/AssetDir.cpp [new file with mode: 0644]
libs/androidfw/AssetManager.cpp [new file with mode: 0644]
libs/androidfw/BackupData.cpp [new file with mode: 0644]
libs/androidfw/BackupHelpers.cpp [new file with mode: 0644]
libs/androidfw/CursorWindow.cpp [new file with mode: 0644]
libs/androidfw/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
libs/androidfw/NOTICE [new file with mode: 0644]
libs/androidfw/ObbFile.cpp [new file with mode: 0644]
libs/androidfw/ResourceTypes.cpp [new file with mode: 0644]
libs/androidfw/StreamingZipInflater.cpp [new file with mode: 0644]
libs/androidfw/ZipFileRO.cpp [new file with mode: 0644]
libs/androidfw/ZipUtils.cpp [new file with mode: 0644]
libs/androidfw/misc.cpp [new file with mode: 0644]
libs/androidfw/tests/Android.mk [new file with mode: 0644]
libs/androidfw/tests/BackupData_test.cpp [new file with mode: 0644]
libs/androidfw/tests/ObbFile_test.cpp [new file with mode: 0644]
libs/androidfw/tests/ZipFileRO_test.cpp [new file with mode: 0644]