summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-23Manifest for NDK Release 11b.ndk-r11bndk-r11bThe Android Open Source Project
2016-02-23Add shaderc components to the NDK manifest.ndk-r11-release-shader-toolsndk-r11-releaseDan Albert
(cherry picked from commit 43eef65c28c32d2eaba2af946c169d8feb7a60ed)
2016-01-14Manifest for ndk-r11-release.Xin Li
2015-12-05Revert "Remove legacy clang directories from the manifest."Dan Albert
Apparently these are still in use by some parts of the build. Will need to fix that, but for now just revert. This reverts commit 38e8fe7e575f9246ebc07a60545a2912fbdf2d1a. Change-Id: I555bd68b399941c33add151e434ac8a8c5c40f62
2015-12-04Remove legacy clang directories from the manifest.Dan Albert
2015-10-08Add new prebuilts/clang/host/* projects to master-ndk manifest.Stephen Hines
Change-Id: I69b940677ea3e3fcef570ba8c1afe2b1023d2a8a
2015-09-15Add chromite to the NDK branch.Dan Albert
Not really necessary for local development, but it's needed by the CI.
2015-08-27Switch to master GCC branch.Dan Albert
2015-08-24DO NOT MERGE Use the development branch of prebuilts/ndk.Dan Albert
2015-07-31Remove Perl sources from the manifest.Dan Albert
This is no longer used. Bug: http://b/22413538
2015-07-28Remove external/clang from the manifest.Dan Albert
We only needed this for the static analyzer tools, which are now in the prebuilts directories.
2015-07-13Remove target 4.8 toolchains.Elliott Hughes
Change-Id: I17f1cd4f274c3a7607f389e352e98e4fd45997db
2015-07-10Add toolchain/sed to the NDK manifest.Elliott Hughes
Change-Id: I1788fd6667d0715804df24d70beabd931d246446
2015-07-08Add Windows clang to the prebuilts.Dan Albert
Mapping it at a different path to match the other host prebuilts. Once the Linux and Darwin prebuilts are fixed to fit the new layout we'll move Windows back to where it ought to be. Change-Id: I186e02583346dec7cffcf1d2f5c45a41dac4ca75
2015-07-07Put clang back in the manifest.Dan Albert
We still need this because we pull the analyzer scripts from here (they aren't installed in the prebuilts directory). We'll want to move to having it installed in prebuilts eventually, but the minimal fix is fine for now. This went unnoticed because failures from build-analyzer.sh do not cause build-host-prebuilts.sh to fail (which I'll fix once this gets merged).
2015-06-25Remove a bunch of projects from the NDK manifest.Dan Albert
There are still a few more things here that aren't needed, but it isn't entirely clear which they are...
2015-06-24Remove NDK forks of LLVM projects.Dan Albert
We pull these directly from the platform prebuilts now.
2015-06-19Revert "Remove expat from the master-ndk manifest."Elliott Hughes
This reverts commit 3a05ce6a0dbaa32cb8081a4cbc47d6b2253fe88c. Change-Id: Ic683bcd6df96a9f8048cdfe5d1628999093aabf4
2015-06-19Remove expat from the master-ndk manifest.Elliott Hughes
Bug: http://b/21907643 Change-Id: I18059b9a3914742c049ead972d2491c4ec3615c3
2015-06-19Add ppl to the manifest.Elliott Hughes
Change-Id: I5ce55ee9ae4457b5c5adb5c7f23916f12e442500
2015-06-18Manifest for master-ndkBill Yi
Change-Id: I86bd213404c24e54c9539e1d7eff96197b858b57
2015-06-09remove external/checkpolicy and external/libsepolJeff Vander Stoep
These projects are no longer used and have been replaced by external/selinux. Change-Id: If6dc1e9261f397d801ba2376ab60c5dc5b5d86e4
2015-05-18Revert "Remove external/lzma"linaro-m-preview-testDavid Srbecky
LZMA is needed for decompression of debug symbols in libunwind. This reverts commit 8bc0273d917aed9a7c978d24d5916d6b163e6157. Change-Id: Id0622b56f6d682829a2bda6dd2a03e25fbb0fbee
2015-05-15Remove base gpl filesBill Yi
Change-Id: I6b3e3cd4270965e57e4d41e92128adb6927e88cd
2015-05-13Remove obsoleted platform/external/genext2fsBill Yi
Bug: 19282953 Change-Id: I30b6ebbb2f8002f3aaa6cbdca7e05c840da7d380
2015-05-06Add device/google/debugcableBill Yi
2015-04-27Switch to BoringSSL DO NOT MERGEKenny Root
Change-Id: I1371dba8384ddab12098231754fbe506096f9906
2015-04-27Add platform/system/gatekeeperBill Yi
Change-Id: I11b3c8baaef06108aa991d1ffd9d75381f6fee6b
2015-04-26Restore pdk group to system/btScott James Remnant
2015-04-24Replace platform/external/bluetooth/bluedroid with platform/system/btScott James Remnant
Change-Id: I60b22ee9c7493bab0998f4f9541120a5cc80ff98
2015-04-16add external/selinux to default manifestNick Kralevich
Build problems were corrected in https://android-review.googlesource.com/147070 Bug: 19963152
2015-04-09Add platform/external/sonicBill Yi
2015-04-07Replace repo group on external/squashfs-tools with "pdk"Chad Jones
2015-04-07Add groups="pdk-cw-fs" for [external/squashfs-tools]Mohamad Ayyash
This ensures the squashfs includes are available to [system/extras/squashfs_utils] Change-Id: Ia35bfb165b052da44daecf0908d94124b2157bcb
2015-03-31Add platform/external/mockftpserverBill Yi
2015-03-31Add platform/external/slf4jBill Yi
2015-03-20Remove srec / VoiceDialer from the default manifest.Narayan Kamath
2015-03-16Add packages/providers/BookmarkProviderBill Yi
BookmarkProvider will be the provider code from the legacy browser, refactored into its own app. It will fill the role of Browser provider when Clank is unavailable (such as on emulation) so we can remove the legacy browser. BUG:19682629
2015-03-10Manifest update after merging with lollipop-mr1-devBill Yi
2015-03-10Add platform/packages/apps/FMRadioBill Yi
2015-03-09Add platform/external/lohit-fontsBill Yi
Change-Id: I951931febae305c8d9ee006e2fea6e2e8cf3b557
2015-03-09Revert "Revert "Revert "Switch to BoringSSL DO NOT MERGE"""Kenny Root
Qualcomm blobs using symbols in OpenSSL that it shouldn't be using. This reverts commit 8c9e4b3cae8d2b71f02f601b20ef692426c45a87. Change-Id: Ifa8a8025525002873888acd6dbadc6aafe722b64
2015-03-09Revert "Revert "Switch to BoringSSL DO NOT MERGE""Kenny Root
This reverts commit d80795d1d3064f97a9ef572fc2897ee453e0442c.
2015-03-06Remove external/pixman.Dan Albert
2015-03-04Add platform/system/keyguardBill Yi
2015-03-04Add platform/external/libmpeg2Bill Yi
2015-03-04Add platform/external/libavcBill Yi
2015-03-04Revert "Switch to BoringSSL DO NOT MERGE"Kenny Root
This reverts commit d9615640484b68059d60b71045eab51794eac56e. Build broken in win_sdk aosp_x86_64 mac_sdk Change-Id: I6a2b3aa526e070a7f2e1bb314066bfb9624e8a17
2015-03-04Switch to BoringSSL DO NOT MERGEKenny Root
Change-Id: Ide21664148d3e47bbbe06336967d5d69f7ab74a8
2015-03-02Add external/squashfs-tools and external/lz4Bill Yi
Change-Id: I77a74074c05ad7443326d6db00699ed9d21a71d7