summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-27Manifest for Android Wear 7.1.1 Release 1 (NXG12F)android-wear-7.1.1_r1android-wear-7.1.1_r1The Android Open Source Project
Change-Id: I3ff6e96aa9fc49826baf72a6d1d8f9d690d04949
2017-02-27Manifest for Nougat MR1 Wear Release.nougat-mr1-wear-releaseThe Android Open Source Project
Change-Id: I288901da9ba7229e1ad623484ce70f6752de04a6
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
2016-02-19Add external/google-benchmark to the manifest.Elliott Hughes
Change-Id: Ibe585e8811c647664a5935d898615ebcd4316236
2016-02-17Add external/dtc.Bill Rassieur
BUG: 26412135
2016-02-12Sort entities by path and make space style more consistent.Xin Li
2016-02-09/prebuilts/clang/host/linux-x86 needs to always be present.Stephen Hines
We keep some common device-specific files in the Linux prebuilts as well, so it can't be Linux-specific (for those that prune their repo trees on Darwin). Change-Id: Ifd16509e9de79f6265e944ad409ec8ddf2dc8419 Reviewed-on: https://googleplex-android-review.git.corp.google.com/863382 Reviewed-by: Dan Albert <danalbert@google.com> Presubmit-Verified: TreeHugger Robot <android-build-prod@system.gserviceaccount.com> Reviewed-by: Bill Yi <byi@google.com> (cherry-picked from commit 91d5393e9b3c05ee64501bd41aa3cd399d359903)
2016-01-27Remove projects that do not have any files and last commit was moreXin Li
than two years old. BUG: 26831697 Change-Id: I908209a5b5d80431c49859e23312d66d749aa7e7
2016-01-22Add platform/external/dlmalloc.Josh Gao
Bug: http://b/17207577 Change-Id: I8356d6e230853447afb8d7bae5d114388d0cd932
2016-01-21Add external/jacoco to the manifestSebastien Hertz
Bug: 26197469 Bug: 20115492 Change-Id: Ie581879db65a6a8aca47bfab4c10f9b9ab5985d4
2016-01-20Add EmergencyInfo app to manifest.destradaa
Bug: 26576096
2016-01-14Add external/shflags to the manifest.Alex Deymo
Bug: 26113731
2016-01-15Add platform/external/piexJaesung Chung
Change-Id: I20a2d009e89b1d9df101af0a445fdf635fc758dc
2016-01-14Add device/google/contexthubBill Yi
BUG:26545959 Change-Id: Ifc0e0bd1d0577b485d59ea6ea9ec43a5cd5316c0
2015-12-21Use clone-depth="1" for all pre-built projects.Xin Li
Tested with repo sync and saves about 20% of space.
2015-12-14Add external/tpm2.Darren Krahn
BUG=26191862
2015-12-14Remove external/linux-tools-perf from the manifest.Elliott Hughes
Use system/extras/simpleperf instead.
2015-12-11Add platform/system/nvram to the manifest.Mattias Nissler
The platform/system/nvram repository contains the code for encoding request and response messages to communicate with access-controlled NVRAM HAL implementations, similar to what we have for gatekeeper and keymaster. BUG: 25762536
2015-12-01Changed manifest to include the new project dng_sdk.Kinan Hakim
2015-11-30Map platform/external/autotest to external/autotestChristopher Wiley
Bug: 25813295 Test: syncs just fine Change-Id: Idb1706c65d9d8b8bf965c570c762350b580a1f3f
2015-11-23Remove attestation, tpm_manager, trunks and add tpm to the manifest.Utkarsh Sanghi
We recently moved attestation, tpm_manager and trunks into system/tpm, so that they can live in one repo. This CL removes the old attestation, tpm_manager and trunks repos from the manifest and adds the new tpm repo. Bug: 25820760
2015-11-23Added dagger2Paul Duffin
Change-Id: I4cf87a899ca267cc8e0a9e63028a025674727745
2015-11-23Added external/caliper projectPaul Duffin
Change-Id: I9bcbe1aff3198b3e130e7f3384d58fdcc8bf1344
2015-11-12Remove obsolete live wallpapers that depend on RS graphics APIs.Stephen Hines
Bug: 25497185 Change-Id: I7db6b9fbe13d65e717d99d6ee44dd78c8804b05c
2015-11-03Manifest after merging Marshmallow dr - DO NOT MERGEBill Yi
Change-Id: I3b239e99d5a3804aebbc460aa96bf86dac05011f
2015-10-28"Rename" external/libchromeos into external/libbrillo in repo manifestAlex Vakulenko
libbrillo is a duplicate of libchromeos for the sake of "renaming" the repo (which can't be done directly). So we just add libbrillo and remove libchromeos from the manifest. BUG: 25345697
2015-10-27add new repo platform/system/connectivity/dhcp_clientNingyuan Wang
2015-10-23Add external/mmc-utils to manifestMohamad Ayyash
BUG: 25155975 Change-Id: I31f5f98022ec831129aa6ea44b3de476e2d6ed00 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
2015-10-15Add external/adt-infra to manifestYing Chen
Bug: 24718114
2015-10-07Remove peerd from manifestAlex Vakulenko
Peerd is not used on AOSP since weaved went with alternative implementation by talking to Avahi directly. Removing peerd. Change-Id: Ic6091338f49a9e98b0d1f170487d5fc241240d91
2015-10-06Manifest after merging Marshmallow - DO NOT MERGEThe Android Open Source Project
Change-Id: Ie9d45ad25fe9c08ba513171a8e941eb017dd26ac
2015-09-29Add linux/darwin projects for new Clang prebuilts.Stephen Hines
Bug: 23396112 These remove the need for creating new projects every time the version number changes. Change-Id: Iaeb3fa9d9da089c7c720148e242bd0522e298975
2015-09-24Add rmi4utils to externalAndrew de los Reyes