summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove an unused C zip API.Elliott Hughes2013-08-051-1/+0
| | | | Change-Id: I10ae849bdedf3e3bb97547c4f9e5a20742e9d6b1
* add static dependency on liblogColin Cross2013-07-231-0/+2
| | | | Change-Id: I8056aa744b37ef0c31229329a0de79c58c5955ea
* Move input library code to frameworks/native.Jeff Brown2013-07-011-41/+12
| | | | | | | | | No longer compile libandroidfw as a static library on the device since it already exists as a shared library. Keeping the static library would force us to provide a static library version of libinput for the device as well which doesn't make sense. Change-Id: I3517881b87b47dcc209d80dbd0ac6b5cf29a766f
* Move VelocityTracker.cpp to target build onlyNick Kralevich2013-05-211-2/+2
| | | | | | | | | | VelocityTracker.cpp makes reference to property_get, which doesn't make a lot of sense when compiling for the host. Compile this file for the target only. Keyboard.cpp: Remove unnecessary include file. Change-Id: Iee9edd81953b2e7e815005770ce286a6ec586f20
* libutils clean-upMathias Agopian2013-05-071-1/+5
| | | | Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9
* Allow compiling aapt for the deviceBjorn Bringert2013-04-261-0/+3
| | | | | | | | | | | | | | Changes: - The static device version of libandroidfw now includes the extra functions needed by aapt. I could only find a few host tools that use the static library, so this is hopefully not a problem. - The pseudolocalization code is moved into aapt. It was previously in libhost, but only used by aapt. Change-Id: Ib393ebb7dcebee8abbb628cbe5255ea1679674ac
* Minor refactoring before starting on velocity tracker changes.Jeff Brown2012-05-111-0/+2
| | | | | Bug: 6413587 Change-Id: I5eba2bb57193bff78cb3740de5f87aca0b31d154
* Request key maps from input manager service.Jeff Brown2012-04-101-0/+1
| | | | | | | | | | | | | | | | | | Instead of each application loading the KeyCharacterMap from the file system, get them from the input manager service as part of the InputDevice object. Refactored InputManager to be a proper singleton instead of having a bunch of static methods. InputManager now maintains a cache of all InputDevice objects that it has loaded. Currently we never invalidate the cache which can cause InputDevice to return stale motion ranges if the device is reconfigured. This will be fixed in a future change. Added a fake InputDevice with ID -1 to represent the virtual keyboard. Change-Id: If7a695839ad0972317a5aab89e9d1e42ace28eb7
* frameworks/base: move Zip* from libandroidfw to libutilsColin Cross2012-03-221-4/+1
| | | | | | | ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: I2b4b7adcdf68eb25ee7cba5dd3b69eadf0523af3
* move CursorWindow from libbinder to libandroidfwMathias Agopian2012-02-271-0/+1
| | | | Change-Id: I3b304e4f74e0d0ec8b20c57296c62449c9a0f792
* attempt to fix sdk buildMathias Agopian2012-02-211-0/+3
| | | | Change-Id: I94f32a9a7abccb52487bb9ff5e286faa4acfceff
* another attempt at fixing the linux buildMathias Agopian2012-02-211-1/+1
| | | | Change-Id: Iac20439fd6eea4682859112e72f051294bc87ef6
* another attempt to fix the linux buildMathias Agopian2012-02-211-1/+1
| | | | Change-Id: Ifd4714de7281ffc8a8c90fb25fb34719a19a9b6f
* attempt to fix linux buildsMathias Agopian2012-02-211-1/+1
| | | | Change-Id: I46d6f914fdc32dc26cc71bed3399e202f00eeb2a
* frameworks/base refactoringMathias Agopian2012-02-201-0/+110
create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58