summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* vendor/cm: Clean up paths to known files.Adnan Begovic2015-07-182-10/+28
| | | | Change-Id: I867300c04aae1f429be5e2bd057e559a00bc12b5
* Hack in support for the old version of Maven that Ubuntu apparently ships withChris Sarbora2015-07-161-4/+23
| | | | Change-Id: I39094627ff114901cc49f792ab601ab5b1677c19
* Prevent Maven target from grabbing transitive dependenciesChris Sarbora2015-07-081-1/+2
| | | | | | | | | | | Dependencies of Maven targets will have to be managed manually. The prebuilt target that the Maven target is based off of wasn't designed to handle multiple artifacts per project. Additionally, this target is mainly intended for grabbing APKs or other standalone blobs, not for pulling in a full jar dependency tree. If that is your use case, you may want to investigate simply converting your project to Gradle (or the Maven build system, if you can stomach it). Change-Id: Iaf48c95c704cfdc85e0074394ff3c7464937e60c
* vendor/cm: Represent as CyanogenMod API'sAdnan Begovic2015-06-231-1/+1
| | | | Change-Id: I4c0807df9f2412fef9d44464ab01d019116a7e85
* vendor/cm: Remove search widget from developer docs.Adnan Begovic2015-06-232-124/+0
| | | | | | | Since github.io is a static page, and we lack an enpoint to search, the search widget is useless. Change-Id: I7c5728abaac880359daa71aa1d7093e38061231c
* vendor/cm: Point to proper prebuilts/cmsdk directories.Adnan Begovic2015-06-221-2/+2
| | | | Change-Id: I80ac94fd9b2d3a80d91a82d65a260d26b1436e60
* Support downloading from MavenChris Sarbora2015-06-193-1/+60
| | | | Change-Id: I94b8627a3bd15726cb4918b9a64b696f2a26e587
* cm: Point to the right files for checkapi-cm.Adnan Begovic2015-06-041-5/+5
| | | | Change-Id: If67f1121add724e4b92e862fa3ec56002ba14382
* CM: Provide apicheck and cm-specific config inheritance.Adnan Begovic2015-06-042-0/+125
| | | | Change-Id: Id5e488c5fb653bf2c330d2581d28a70971d56690
* CM: Make sure we're parsing api versions for cmsdk docs.Adnan Begovic2015-05-291-0/+4339
| | | | Change-Id: If6223fbc2f22378bb993a09f92d4a7e6972c022a
* CM: Update droiddoc template for cmsdkAdnan Begovic2015-05-212-4/+4
| | | | | | Resolve index page. Change-Id: I5546f49f3d4b277686c2e07ed1ef0082b4a4b6ce
* CM: Update styles for droiddoc.Adnan Begovic2015-05-1914-0/+12184
| | | | Change-Id: Ia994ae1b17a0ee3cf0e997f7ef3501228310c29e
* CM: Provide droiddoc cmsdk template.Adnan Begovic2015-05-194-0/+49
| | | | Change-Id: I3825b2a1dbd680d25c28bfad49c71b94119dcd8f
* Build CM Platform LibraryAdnan Begovic2015-05-121-0/+4
| | | | | | | | | | | | | | | | Change-Id: If62e6b1d2ac41730ff2a8d562173abd2cb768f93 Add cmstatusbar service to system server services context Change-Id: I77c5de75722cc5f36a5326e3da57ab661b89d189 Build Platform resource package. Change-Id: Id60f66b6db23989db1472a19bcb079b0083f7393 vendor/cm: Lock cm platform library/cmsdk to non-release builds. Change-Id: I01c1c3fe559d438e28339ce426d7ba7e42724002
* cm: CM-specific build macrosSteve Kondik2015-04-071-0/+6
* vendor/*/build/core/definitions.mk is automatically sourced by the build system to load custom macros. Start using this for some of our own. * Adds a "uniq" macro to remove duplicates from a list without changing it's order. Change-Id: Id5f1eb4b9f81bb31ca0b3d5e74c298b3d105da10