summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-01Manifest for NDK Release 14 Beta 2 (3675639)ndk-r14-beta2ndk-r14-beta2The Android Open Source Project
Change-Id: Ib21d2a126c664c10af460ff788a4481eb319b759
2016-11-11make correction to ndk-r14-release manifestndk-r14-releasekuantung
It was created by using build number but used master branch manifest which is incorrect. BUG:32831827
2016-11-11DO NOT MERGE ANYWHERE Add manifest for ndk-r14-release.kuantung
2016-11-11Add external project KhronosGroup/SPIRV-LLVMYang Ni
Change-Id: I71d60c255e65eaa562ab1215fd98a9ad2b634f0d
2016-11-08default.xml: Remove external/libnfc-nxp project.Ruchi Kandoi
Bug: 32515753 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com> Change-Id: Id0a09e98ee07a3c57c8cd6f06178b14452b310d5
2016-10-28Add external/Microsoft-GSL.Dan Albert
Test: repo sync external/Microsoft-GSL Bug: http://b/24296825
2016-10-24Remove Android's forked libselinuxJeff Vander Stoep
libselinux is now built from the external selinux project in external/selinux/libselinux. Remove the Android fork located in external/libselinux. Test: Build and boot Hikey Bug: 32376472 Bug: 31910164 Change-Id: I0dac8275f7d0fdc50f8609fc5c4e0b4fae7da638
2016-10-20Add pre-upload tool path for gofmtDan Willemsen
Test: repo upload Change-Id: I273b9d6a0cc3f25629f369616b8d62fccdaa0089
2016-10-20Disable merged commit pre-upload checks by defaultLuis Hector Chavez
When merge-commits are uploaded to Gerrit, the merged commits have usually either already been reviewed elsewhere (in another branch), or may contain automatically-generated commits that would probably not pass the pre-upload checks (e.g. lacking a Bug: tag). This change makes it so that the merge commits are not checked by the hooks, but the merge-commit itself is. Bug: 31926893 Test: repo upload Change-Id: Ic25127fdbaea651cd4bb14e250c26ffe9aa064ad
2016-10-18Add Hook Options for clang-formatLuis Hector Chavez
This allows individual projects to enable clang-format pre-upload hook without worrying about the paths of the various tools. Bug: 26800693 Test: Added a PREUPLOAD.cfg in external/minijail, got a warning. Change-Id: Ia9ee738ad3305934e8e6ca50261f96ca3ab30852
2016-10-10Move build/ to build/make/Dan Willemsen
Remove the nesting of build/{blueprint,kati,soong}, which should allow us to use submodules. Bug: 28001743 Test: Compare build-aosp_arm.ninja before/after Change-Id: I5ff919cdb0423ebd11d9033fadab8aedf1a8b81d
2016-10-06Remove prebuilts/ninja/*Dan Willemsen
We put ninja prebuilts in prebuilts/build-tools now instead. Test: Remove locally, try a build. Test: Searched the code for other references.
2016-10-03add external/avbThomas Joseph Avila
Bug: 31843448
2016-09-28Remove external/ltrace from the manifest.Elliott Hughes
I've fixed ltrace, but I've also determined that it now builds out of the box anyway. Plus no-one complained for the whole year that the makefile was disabled. Bug: http://b/19715557 Change-Id: I8b8ef7faaf5f2c4328f7eea056cb0b1e9414758e
2016-09-16Remove omap3.Elliott Hughes
Bug: http://b/31489428 Change-Id: I7a76b0fe57ba2aad645027e3ca811bf57a5f5e2c
2016-09-14require the Test: field in commit messagesMike Frysinger
Bug: 29606287 Test: `repo upload` now requires Test: field in other repos Change-Id: Ic465d211c2981f23f5d3d1b04153c70740942baa
2016-09-14start a global config w/documentationMike Frysinger
This doesn't turn on anything (yet), just includes some guidelines for people who are thinking about changing/enabling things. Bug: 29606287 Test: `repo upload` still works Change-Id: I397f53aed417fe9bfd1a00dac2d0d5b380f66e10
2016-09-13Remove external/jhead and hardware/ti/omap4*.Elliott Hughes
Bug: http://b/31428700 Change-Id: Id9f982a7b3fe72000a6b7236ee044b6d3bebf4be
2016-09-13Remove intel edison from main manifest.Alex Deymo
These repos are part of Brillo in the Brillo manifest and shouldn't be included in the main Android manifest. These were added here: b19edffa2d45114702c0613b45db39310a558fea Change-Id: I0b67a97c7c7c21a48cb4f4b6f6690f6a417b03e0
2016-09-12Remove gtest and gmock in favor of googletest.Dan Albert
Test: make tests # make checkbuild broken by http://b/30297337 Bug: http://b/16574165 Change-Id: Ifcaf63648b93b7a9f6e6e7a9028e4a4d4662969e
2016-09-09Remove native Brillo componentsChristopher Wiley
These are no longer being used. Bug: 31397631 Test: checkbuilds pass Change-Id: I63e31e57ca7dc477166109ae6e45f04c95bed8d9
2016-09-06Remove platform/ndk.Dan Albert
None of this is used in the platform build. The platform pieces are in prebuilts/ndk. Test: make checkbuild Bug: http://b/25482763
2016-09-06add system/connectivity/wifilogdThomas Joseph Avila
Bug: 31018755
2016-09-02Add a few projectsBill Yi
BUG:31110244 Change-Id: I7fa727082cf996a17839680671b2c7f4bf027921 Reviewed-on: https://googleplex-android-review.git.corp.google.com/1405342 Reviewed-by: Stephen Li <stephenli@google.com> Presubmit-Verified: TreeHugger Robot <treehugger-gerrit@google.com>
2016-08-30add repohooks to all groupsMike Frysinger
Using the --groups option with repo init will restrict which repos are downloaded to only the specified ones. Unfortunately, the <repohooks> logic will always fire regardless of the selected group (and cannot be restricted), which means you'll get an error when trying to upload like: ERROR: Couldn't find repo hook: ".../tools/repohooks/pre-upload.py" Add the repohooks repo to every major active group so that it gets synced/checked out too. Hopefully this should cover most teams. Bug: 28295071 Test: `repo init -g adt-infra && repo sync` pulled down the repohooks repo Change-Id: If0295d7bbdd2840625fa79a76a5ecf11792a601a
2016-08-26add repohooksMike Frysinger
By default, no hooks are enabled, so this shouldn't impact people. Bug: 28295071 Change-Id: Ia74f03ea89f7b39faa61f26d7846f5e3cbb3f128 Test: `repo upload` in a repo didn't blow up
2016-08-24Manifest after merging nougat - DO NOT MERGEBill Yi
2016-08-04DO NOT MERGE ANYWHERE: Revert "add repohooks"David James
This reverts commit 12da222884563409e526e94ea7ad59696c193002. After more discussion, we're going to take a different approach to handling the repo hooks (splitting into two repositories so the hooks can be easily modified without triggering more spam from repo), so reverting for now. Bug: 28295071 Change-Id: I948ac019f0a95101f04a9ef4d4070079dea4b4ad Test: None
2016-08-03add repohooksMike Frysinger
By default, no hooks are enabled, so this shouldn't impact people. Bug: 28295071 Test: `repo upload` in a repo didn't blow up Change-Id: I46a8476f7eaef80e68d9e7b3cc46741267150b67
2016-07-22DO NOT MERGE ANYWHERE - Update manifest groups tagsBill Yi
Change-Id: I3bb85d5da48321b12b0aba279f9d3d29d3185193
2016-07-21Remove obsolete prebuilts/clang/*/host/3.6 projects.Stephen Hines
These haven't been used in years, but somehow remained in the aosp/master manifest. Change-Id: I65debb989468cee34fb1d7e925a3041edc38d9b8
2016-07-21Add external/junit-paramsPaul Duffin
It is in the same groups as external/icu as this is intended to be used by external/icu. Bug: 30244565 Change-Id: I5d35e43181db39e14be489a20f88710e3a9badcd
2016-07-11add seccomp-testsThomas Joseph Avila
BUG: 27457324
2016-07-06Add platform/tools/apksig project to manifest.Alex Klyubin
Bug: 29513123
2016-07-06Add UEFI bootloader repos to device/linaro/bootloaderDmitry Shmidt
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-05-23Remove lldb from the manifestPavel Labath
This branch of the project has not been touched for 2 years and I am not aware of anyone using it. All LLDB development is now going on in the lldb-master-dev branch. Change-Id: Ibb2dc1c940f52ac14faec57e283272a002183537
2016-05-18add system/connectivity/wificondThomas Joseph Avila
BUG: 28799721
2016-05-16Re-add marisa-trie depencency as it is used internally.Aurimas Liutikas
Fixes dalvik-dev branch.
2016-05-12Remove dependencies that got readded accidentally.Aurimas Liutikas
A number of dependencies that got removed in r.android.com/129602 got accidentally readded in r.android.com/174547 in Android M merge to AOSP. This CL removes these unused dependencies again. Change-Id: I6639add51a7270b81a61743dc00d39b3169978ee
2016-04-28Add external/googletest.Dan Albert
This is being added to replace external/gtest and external/gmock, but I'm not removing those in this commit to try to minimize transient build breakages.
2016-04-05add vulkan-validation-layersThomas Joseph Avila
BUG: 27963162
2016-04-01Add prebuilts/build-tools.Xin Li
Bug: 27944293
2016-03-29switch from external/sepolicy to system/sepolicyNick Kralevich
Switch from using external/sepolicy to system/sepolicy. Bug: 27875478
2016-03-24Add external/libconstrainedcrypto to the manifest.Mattias Nissler
libconstrainedcrypto, formerly know as libmincrypt, used to be part of system/core. Moving the code to external/ has a couple benefits: * The external/ location more accurately reflects the Google-internal heritage of the code. * We're planning for removing dependencies on this code for most consumers in favor of switching to BoringSSL's libcrypto, so it doesn't make sense to keep the code in system/core. * Some rare uses of this code will probably remain (e.g. constrained environments such as bootloaders, TEE, etc.), having the code in a separate repo makes it simpler to track for projects outside the main Android tree. BUG: 27293141 Change-Id: Iedcf78d83390536ebb9b945eeebaf1715f2d4a8e
2016-03-21manifest: Add testng and dependencies to manifestIgor Murashkin
Bug: 27552463
2016-03-17Remove abi/cpp from the manifestColin Cross
libgabi++ from abi/cpp was only useful with stlport and libstdc++, neither of which is used in the platform any more. The NDK has its own copy of libgabi++, so remove the platform version. Change-Id: I3c97a5e49c8b0e9d1269567e0c16da8b5df604aa
2016-03-09Add platform/external/libmojoXin Li
Bug: 27429973
2016-02-26Add device hikeyBill Yi
Change-Id: I18921cd1a93f80cd20aca4024a505b5a49d3fe31
2016-02-23Add kernel/tests as net_tests is deprecated in system/extras.Bill Rassieur
BUG: 27228782
2016-02-22Add Connectivity Test Tools to AOSP Master ManifestNathan Harold
-external/sl4a -packages/apps/Test/connectivity -tools/test/connectivity Bug: 27265878 Change-Id: I8cfe53fc1fcafcbca52e7b063a2c169964a66bb7