summaryrefslogtreecommitdiffstats
path: root/libpackagelistparser
Commit message (Collapse)AuthorAgeFilesLines
* bpfmt.Elliott Hughes2018-02-161-1/+4
| | | | | | Bug: N/A Test: builds Change-Id: I89ad00e1c4c7e0767bc80a7ac7935a4d55e090ac
* Use -Werror in system/coreChih-Hung Hsieh2017-11-011-0/+1
| | | | | | | | | * Move -Wall -Werror from cppflags to cflags. * Fix/suppress warning on unused variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I1e05e96a1d0bcb2ccef1ce456504b3af57167cc5
* Remove LOCAL_CLANG and clang: trueLennart Wieboldt2017-07-251-1/+0
| | | | | | | | clang is the default compiler since Android nougat Test: mma & verified it´s still build with clang Change-Id: I34adaeef2f6558a09f26027271222bad94780507 Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+1
| | | | | | Test: compile Bug: 30465923 Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-4/+3
| | | | | | | | | | | Should use android/log.h instead of cutils/log.h as a good example to all others. Adjust header order to comply with Android Coding standards. Test: Compile Bug: 26552300 Bug: 31289077 Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
* Convert libpackagelistparser to Android.bpDan Willemsen2016-07-192-32/+13
| | | | Change-Id: If114efbbca5e5c31590e0f889cf773f94944dfb2
* Remove two bogus libutils dependencies.Elliott Hughes2016-02-171-1/+1
| | | | Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
* packagelistparser: rename to libpackagelistparserWilliam Roberts2015-11-053-0/+390
When packagelistparser was moved from frameworks/base/libs to system/core it was never renamed in-line with things in system/core. Libs start with lib, executables or subdirs do not. For example, libusb versus logwrapper show the lib versus executable naming split. Change-Id: Ia1ed404347927ecfc2d037c83b2fe2a68b3966ba Signed-off-by: William Roberts <william.c.roberts@intel.com>