summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* am c0781cd7: am 10b385c0: am afe2d242: Fix llvm-rs-cc.exe crash for windowsMiao Wang2015-10-141-4/+7
|\ | | | | | | | | * commit 'c0781cd7744ee4ae2a8f95c14724a9b05698174b': Fix llvm-rs-cc.exe crash for windows
| * Fix llvm-rs-cc.exe crash for windowsMiao Wang2015-10-131-4/+7
| | | | | | | | | | | | | | | | - Move the dlls needed by llvm-rs-cc to the same folder as the executable. Bug: 23315748 Change-Id: I2d306684fcfd1c600c1bdb6f7050d671601c6b17
| * Pass in current android.jar to api-generatorTor Norbye2015-09-261-2/+5
| | | | | | | | | | | | | | | | | | This ensures that the api-versions.xml shipped with the SDK always includes the correct latest API data (see http://b.android.com/183500) Change-Id: I96a6b0218abeaf3865a49de0fdd2be933f88c469 (cherry picked from commit fbe6c8105a6cbd880ff50d9799e23cf1790f1301)
* | Fix typo in SDK generationTony Mantler2015-08-311-4/+4
| | | | | | | | Change-Id: I5658bcfc1910562f17d094e81dc60a7c74a4467c
* | Add preference and recommendation libs to SDK buildTony Mantler2015-08-282-0/+20
| | | | | | | | Change-Id: I00c716c42ffbd04b382b1b3016fcc19e9321ae48
* | am e226a0f5: Add customtabs support lib to extras/android/support/Yusuf Ozuysal2015-08-272-1/+4
|\| | | | | | | | | * commit 'e226a0f56949b1d6ab97a31ed987adb7f7513be9': Add customtabs support lib to extras/android/support/
| * Add customtabs support lib to extras/android/support/Yusuf Ozuysal2015-08-272-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the only way to get access to customtabs library through download m2repository and using the aar file whereas all other support libs are also present in extras/android/support/ with the corresponding resources and jar file. This adds the jar and manifest to the corresponding folder to avoid the confusion to developers. This is relanding https://googleplex-android-review.git.corp.google.com/#/c/756492/ after it was reverted due to not having the corresponding Android.mk change. Change-Id: I21969994e1dd0bb4f9abbfa395cf284e3cfc396d
| * Revert "Add customtabs support lib to extras/android/support/"Yusuf Ozuysal2015-08-261-2/+0
| | | | | | | | | | | | This reverts commit 53ad2de7f6677c31eb42dbd117b4857f38fc36f4. Change-Id: Ia9831d344e6e0b12c55544b02254daae109f09c5
| * Add customtabs support lib to extras/android/support/Yusuf Ozuysal2015-08-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Currently the only way to get access to customtabs library through download m2repository and using the aar file whereas all other support libs are also present in extras/android/support/ with the corresponding resources and jar file. This adds the jar and manifest to the corresponding folder to avoid the confusion to developers. Change-Id: Id6d71e4071c0725257cadb539cd47230d6727914
* | Pass in current android.jar to api-generatorTor Norbye2015-08-261-2/+5
|/ | | | | | | | This ensures that the api-versions.xml shipped with the SDK always includes the correct latest API data (see http://b.android.com/183500) Change-Id: I96a6b0218abeaf3865a49de0fdd2be933f88c469
* For RenderScript support lib use libblasV8.so instead of libblas.soMiao Wang2015-07-271-3/+3
| | | | | | | | fix the sdk build. Bug: 22693954 Change-Id: Ie283ed6834520c74c5e0f2dcdc18dbeb79e2c428
* Support new systrace file structureChris Craik2015-07-211-0/+4
| | | | | | bug:22636165 Change-Id: I5c5b634df4350da68f5dc2ee5018fd90654adc70
* [RenderScript] update sdk.atree to include libblas.soMiao Wang2015-06-171-1/+3
| | | | | | bug: 21902810 Change-Id: Ia2ffb4ccfbba5201d4811919acfc37b6f13812b0
* Merge "Fix size and sha1sum for some sdk targets" into mnc-devbohu2015-06-021-0/+2
|\
| * Fix size and sha1sum for some sdk targetsbohu2015-06-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | Targets such as sdk_google_phone_{x86,arm,...}-sdk have wrong size and sha1sum in the repo-sys-img.xml, because the sdk_repo.mk file incorrectly over-writes the final images zip. bug: 20927015 Change-Id: I151c8759c299d4a943f00ca2734ef65dea727262
* | Update structure for the build-tools/plat-tools.Xavier Ducrohet2015-06-024-33/+45
|/ | | | Change-Id: Idf0d8cd41812ca92d8bb6910c4bd7d64eaaff51a
* Add MNC samples to sdk.atreeTrevor Johns2015-05-271-0/+7
| | | | Change-Id: I8e7493f5da88fe0f7711df5b2ee31877bd88a0c3
* Fix build breakage again.Xavier Ducrohet2015-05-201-1/+1
| | | | | | Forgot to change the new location of llvm-rs-cc Change-Id: Ief422e11cdb9a5205032afb1c47de97af95d80c1
* Fix build breakage.Xavier Ducrohet2015-05-201-13/+13
| | | | | | The windows build needs to delete build tools from the new location. Change-Id: Ifb77a5e4558734dba7eeca6c784d5fa8aeb391d4
* Merge "Fix build tools packaging." into mnc-devXavier Ducrohet2015-05-204-37/+37
|\
| * Fix build tools packaging.Xavier Ducrohet2015-05-204-37/+37
| | | | | | | | | | | | Move exe under bin/ and the libraries under lib/ Change-Id: Id9fa6bf921e69810f92876623bd69302e85f7a61
* | Install SDK annotations as platform-tools/api/annotations.zipTor Norbye2015-05-191-0/+3
|/ | | | Change-Id: I091ab3e41e927f2dd0ecb195155cb2d6d61f5ed3
* Merge "Remove ICU from LayoutLib." into mnc-devDeepanshu Gupta2015-05-141-1/+0
|\
| * Remove ICU from LayoutLib.Deepanshu Gupta2015-05-121-1/+0
| | | | | | | | | | | | | | Android now has its own version of ICU bundled. There's no need to bundle a separate ICU jar. Change-Id: Ic6a4decc4c4de3a095718e379952908208306784
* | am ab748c01: Merge "Sample for percent support library." into lmp-mr1-ub-devFilip Gruszczynski2015-05-142-1/+7
|\ \ | | | | | | | | | | | | * commit 'ab748c0115a72c44c22baca1db961c9a35b1c277': Sample for percent support library.
| * | Sample for percent support library.Filip Gruszczynski2015-05-072-1/+7
| | | | | | | | | | | | Change-Id: Id16bda966b0e2e920385486e8ee956c8beea2268
| * | am 0273c81e: am 4ea82d63: Merge "Update prebuilts path."Ying Wang2015-04-233-9/+9
| |\ \ | | | | | | | | | | | | | | | | * commit '0273c81e01c6c7462af00d9d5323422773bc1aa9': Update prebuilts path.
| | * \ am 4ea82d63: Merge "Update prebuilts path."Ying Wang2015-04-233-9/+9
| | |\ \ | | | | | | | | | | | | | | | | | | | | * commit '4ea82d63dd67e1776885900a28d8f7057ce3c00f': Update prebuilts path.
| | | * | Update prebuilts path.Ying Wang2015-04-233-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20239510 Change-Id: Id2c699fb516d55deceffd8194a485b078564c8de
| * | | | Add resources to recyclerview dependency.Deepanshu Gupta2015-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifa9ea3759702a59c09ee4d1e7523d4e954773882
* | | | | Use new api-generator version: extracts deprecation infoTor Norbye2015-05-091-1/+1
| |_|_|/ |/| | | | | | | | | | | This reverts commit 9f09636474ea4b2402d5f49edd1213b0a0e1ea9d.
* | | | Revert "Use new api-generator version: extracts deprecation info"Tor Norbye2015-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 833bdc79d8bbbf1ad45ccc3847696de7c0c5cd25. Change-Id: Ib08294a39b03c7831ffebf83487b9c6564401c31
* | | | Use new api-generator version: extracts deprecation infoTor Norbye2015-05-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: Id2e9e30fe5b9ba298f11bee4b07fb11d8a1cb802
* | | | Ability to generate SDK system-images for mips64Xavier Ducrohet2015-05-011-0/+21
| | | | | | | | | | | | | | | | | | | | Change-Id: I9547a6059a68d1ae3861c35a328c1ff05ae3fc0f (cherry picked from commit d63ae3ab1581ee3973f2bd380300568c66fbc503)
* | | | Optional library listing file.Xavier Ducrohet2015-04-242-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | Also update some files for MNC. Change-Id: I3901b07d72831cdb6557da1696ae4845e4d15be5
* | | | Add org.apache.http.legacy.jar to the SDK package.Ying Wang2015-04-212-0/+4
| | | | | | | | | | | | | | | | Change-Id: I3da0cb5b907c768615923123715be766f2d0d2a5
* | | | Add resources to recyclerview dependency.Deepanshu Gupta2015-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifa9ea3759702a59c09ee4d1e7523d4e954773882 (cherry picked from commit cc8bf5bfaaf388e6a572be65ff9038ff2ee1a47d)
* | | | Update prebuilts path.Ying Wang2015-04-153-9/+9
| | | | | | | | | | | | | | | | | | | | Bug: 20239510 Change-Id: Id2c699fb516d55deceffd8194a485b078564c8de
* | | | am c5522cae: Merge "Revert "Disable the design support library and demos"" ↵Chris Banes2015-04-091-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-ub-dev * commit 'c5522cae8872dd761c4fe0289b63500328717e12': Revert "Disable the design support library and demos"
| * | | Revert "Disable the design support library and demos"Chris Banes2015-04-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 97930fc88bed4240b23fdca24b7817cad888367a. Change-Id: I363014ddaa19db82f076875a36b4c3c8697eb9cb
* | | | am 5fdbf918: Merge "Revert "Disable design lib in master build file"" into ↵Chris Banes2015-04-091-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-mr1-ub-dev * commit '5fdbf91821442faab51330f69d5a3c20bf4793bb': Revert "Disable design lib in master build file"
| * \ \ \ Merge "Revert "Disable design lib in master build file"" into lmp-mr1-ub-devChris Banes2015-04-091-1/+2
| |\ \ \ \
| | * | | | Revert "Disable design lib in master build file"Chris Banes2015-04-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 988f263d5abef3488a5757f8f688953061d9403e. Change-Id: Ieec3403b2f5976115aa9afe662bd6617ec86dd38
* | | | | | am 4f10c76a: Merge "Disable design lib in master build file" into lmp-mr1-ub-devChris Banes2015-04-081-2/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4f10c76afced740a62b1e60a62be0314db5f02fb': Disable design lib in master build file
| * | | | | Merge "Disable design lib in master build file" into lmp-mr1-ub-devChris Banes2015-04-081-2/+1
| |\| | | | | | |/ / / | |/| | |
| | * | | Disable design lib in master build fileChris Banes2015-04-081-2/+1
| | |/ / | | | | | | | | | | | | Change-Id: I60a42f56b62fa68987e277ce5045d3d672dcf441
* | | | am 97930fc8: Disable the design support library and demosChris Banes2015-04-081-5/+0
|\| | | | | | | | | | | | | | | | | | | * commit '97930fc88bed4240b23fdca24b7817cad888367a': Disable the design support library and demos
| * | | Disable the design support library and demosChris Banes2015-04-081-5/+0
| |/ / | | | | | | | | | Change-Id: Ia0247179d3230d0ec2a198d458bc417fe3102d9d
| * | am 630b075c: Merge "Fix build - support new systrace file structure"Chris Craik2015-04-011-10/+9
| |\| | | | | | | | | | | | | * commit '630b075cdb4299e72d26d8cb355a28c342479201': Fix build - support new systrace file structure
| | * Fix build - support new systrace file structureChris Craik2015-03-301-10/+9
| | | | | | | | | | | | Change-Id: Ifcd97179b9d724ad8df6e623b492517d509d82dc