summaryrefslogtreecommitdiff
path: root/libpackagelistparser/packagelistparser.c
AgeCommit message (Collapse)Author
2019-08-08Rewrite libpackagelistparser.Elliott Hughes
I was happy to ignore this as long as it wasn't being touched, but it's been modified twice in the last year. Time to just throw it out and rewrite it. Also add some basic tests and put them in presubmit. Bug: http://b/127686429 Test: new tests Change-Id: Ie7e9406521291de0eab3138f55068cee6aaf365a
2019-03-19Add versionCode parser for package list.Florian Mayer
Bug: 123186697 Change-Id: I9194cc55abd943c4b8b2f9d29dcad035170f2736
2019-01-10libpackagelistparser: export profileable_from_shell flag.Yabin Cui
Bug: 118835348 Test: test manually on apps that the flag is set properly. Change-Id: Idd86dca6c7d767be985bb27f4dd3116d79029868
2017-01-11liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn
Test: compile Bug: 30465923 Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
2016-09-30system/core Replace cutils/log.h with android/log.hMark Salyzyn
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
2016-02-17Remove two bogus libutils dependencies.Elliott Hughes
Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
2015-11-05packagelistparser: rename to libpackagelistparserWilliam Roberts
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>