packagelistparser: rename to libpackagelistparser

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>
diff --git a/packagelistparser/Android.mk b/libpackagelistparser/Android.mk
similarity index 100%
rename from packagelistparser/Android.mk
rename to libpackagelistparser/Android.mk
diff --git a/packagelistparser/include/packagelistparser/packagelistparser.h b/libpackagelistparser/include/packagelistparser/packagelistparser.h
similarity index 100%
rename from packagelistparser/include/packagelistparser/packagelistparser.h
rename to libpackagelistparser/include/packagelistparser/packagelistparser.h
diff --git a/packagelistparser/packagelistparser.c b/libpackagelistparser/packagelistparser.c
similarity index 100%
rename from packagelistparser/packagelistparser.c
rename to libpackagelistparser/packagelistparser.c