summaryrefslogtreecommitdiff
path: root/libs/androidfw/tests/ObbFile_test.cpp
AgeCommit message (Collapse)Author
2014-08-29Clean up test allocations so real memory leaks are more visibleAdam Lesinski
Change-Id: Ic405f08c8d8e3e7fc4e4a991671e980752c19899
2014-03-25Shared library resource supportAdam Lesinski
Shared libraries can now export resources for applications to use. Exporting resources works the same way the framework exports resources, by defining the public symbols in res/values/public.xml. Building a shared library requires aapt to be invoked with the --shared-lib option. Shared libraries will be assigned a package ID of 0x00 at build-time. At runtime, all loaded shared libraries will be assigned a new package ID. Currently, shared libraries should not import other shared libraries, as those dependencies will not be loaded at runtime. At runtime, reflection is used to update the package ID of resource symbols in the shared library's R class file. The package name of the R class file is assumed to be the same as the shared library's package name declared in its manifest. This will be customizable in a future commit. See /tests/SharedLibrary/ for examples of a shared library and its client. Bug:12724178 Change-Id: I60c0cb8ab87849f8f8a1a13431562fe8603020a7
2014-01-27Revert "move libandroidfw to frameworks/native"Adam Lesinski
This reverts commit 84b6292c33d71b5739828d08aa8101d1954577f2.
2013-10-03move libandroidfw to frameworks/nativeMike Lockwood
Change-Id: Ic5b8a2742c7141156ab0f00ca29097bfe92bce60
2012-06-26Add mode when open(O_CREAT) is used.Nick Kralevich
When creating a new file using open(..., O_CREAT), it is an error to fail to specify a creation mode. If a mode is not specified, a random stack provided value is used as the "mode". This will become a compile error in a future Android change. Change-Id: I8635e8b69587ed107253870d991c3fcf563ca876
2012-02-20frameworks/base refactoringMathias Agopian
create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58