summaryrefslogtreecommitdiffstats
path: root/services/core/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 962a11ad to masterNeil Fuller2015-03-311-0/+1
|\ | | | | | | Change-Id: I8c6ac62d7267629c019997bb343d863aa56264eb
| * An updater for all timezone data on a deviceNeil Fuller2015-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The existing one, being deleted here, did not work properly: it only updated the file used by libcore and bionic, it did not update the ICU data. Most of the installation logic exists in code in libcore/tzdata that is independent of the server code so that it can be tested. Bug: 19941636 Change-Id: Id0985f8c5be2f12858ee8bf52acf52bdb2df8741
* | Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi2015-02-101-1/+1
|/ | | | Change-Id: Ifd69f1f3dd308a7e17a1442e2f3950da8b03cec4
* Check feature bits before loading optional servicesAdam Lesinski2014-02-051-0/+14
At startup, we check with PackageManager whether a system service is available before attempting to load it. A system service is available if its associated feature (similar to hardware features) is present. This does not remove unavailable services from the compiled jar. Change-Id: I13571805083aa4e65519a74acb52efd17b9fb3d7