Commit Graph

357 Commits

Author SHA1 Message Date
Mike Frysinger c7d80812c3 require the Test: field in commit messages
Bug: 29606287
Test: `repo upload` now requires Test: field in other repos
Change-Id: Ic465d211c2981f23f5d3d1b04153c70740942baa
2016-09-14 17:15:31 +00:00
Mike Frysinger fb0c2bc4ec start a global config w/documentation
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-14 17:12:13 +00:00
Elliott Hughes 12d9d79112 Remove external/jhead and hardware/ti/omap4*.
Bug: http://b/31428700
Change-Id: Id9f982a7b3fe72000a6b7236ee044b6d3bebf4be
2016-09-13 14:30:45 -07:00
Alex Deymo 0da0c1ddc7 Remove intel edison from main manifest.
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-13 16:00:20 +00:00
Dan Albert b872053944 Remove gtest and gmock in favor of googletest.
Test: make tests # make checkbuild broken by http://b/30297337
Bug: http://b/16574165
Change-Id: Ifcaf63648b93b7a9f6e6e7a9028e4a4d4662969e
2016-09-12 15:41:10 -07:00
Christopher Wiley 8ef7b6b39f Remove native Brillo components
These are no longer being used.

Bug: 31397631
Test: checkbuilds pass

Change-Id: I63e31e57ca7dc477166109ae6e45f04c95bed8d9
2016-09-09 15:26:51 -07:00
Dan Albert 4e6f76b357 Remove platform/ndk.
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-06 22:29:20 +00:00
Thomas Joseph Avila c62d88558e add system/connectivity/wifilogd
Bug: 31018755
2016-09-06 14:31:49 -07:00
Bill Yi 843ade119b Add a few projects
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-09-02 10:25:07 -07:00
Mike Frysinger 00f2105de8 add repohooks to all groups
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-30 13:58:33 -04:00
Mike Frysinger 75963ab2c7 add repohooks
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-26 14:46:43 -04:00
Bill Yi f488a2a90e Manifest after merging nougat - DO NOT MERGE 2016-08-24 12:11:56 -07:00
David James 53013b7a10 DO NOT MERGE ANYWHERE: Revert "add repohooks"
This reverts commit 12da222884.

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-04 01:11:15 +00:00
Mike Frysinger 12da222884 add repohooks
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-08-03 17:59:29 -04:00
Bill Yi 3522b7d12d DO NOT MERGE ANYWHERE - Update manifest groups tags
Change-Id: I3bb85d5da48321b12b0aba279f9d3d29d3185193
2016-07-22 16:47:50 -07:00
Stephen Hines 53b55bb314 Remove obsolete prebuilts/clang/*/host/3.6 projects.
These haven't been used in years, but somehow remained in the
aosp/master manifest.

Change-Id: I65debb989468cee34fb1d7e925a3041edc38d9b8
2016-07-21 11:05:15 -07:00
Paul Duffin 35490c0691 Add external/junit-params
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-21 14:29:10 +01:00
Thomas Joseph Avila bfb296eb33 add seccomp-tests
BUG: 27457324
2016-07-11 11:14:24 -07:00
Alex Klyubin 6fb3f72632 Add platform/tools/apksig project to manifest.
Bug: 29513123
2016-07-06 20:55:45 +00:00
Dmitry Shmidt 51f57ca12f Add UEFI bootloader repos to device/linaro/bootloader
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2016-07-06 10:55:35 -07:00
Pavel Labath 591ec2c222 Remove lldb from the manifest
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-23 16:47:22 +00:00
Thomas Joseph Avila 283cdfe9e1 add system/connectivity/wificond
BUG: 28799721
2016-05-18 13:01:47 -07:00
Aurimas Liutikas d2e1f7cf46 Re-add marisa-trie depencency as it is used internally.
Fixes dalvik-dev branch.
2016-05-16 16:08:54 -07:00
Aurimas Liutikas b699a2cac2 Remove dependencies that got readded accidentally.
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-05-12 17:46:08 -07:00
Dan Albert 651b60ab63 Add external/googletest.
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-28 10:06:39 -07:00
Thomas Joseph Avila 9732d4b63a add vulkan-validation-layers
BUG: 27963162
2016-04-05 11:54:47 -07:00
Xin Li d565cb306f Add prebuilts/build-tools.
Bug: 27944293
2016-04-01 14:54:27 -07:00
Nick Kralevich a305b38dfe switch from external/sepolicy to system/sepolicy
Switch from using external/sepolicy to system/sepolicy.

Bug: 27875478
2016-03-29 14:03:34 -07:00
Mattias Nissler 0b674c00a7 Add external/libconstrainedcrypto to the manifest.
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-24 15:35:20 +01:00
Igor Murashkin fb5854d846 manifest: Add testng and dependencies to manifest
Bug: 27552463
2016-03-21 13:03:49 -07:00
Colin Cross aa1c5ac067 Remove abi/cpp from the manifest
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-17 12:32:00 -07:00
Xin Li 6366927cf5 Add platform/external/libmojo
Bug: 27429973
2016-03-09 10:47:52 -08:00
Bill Yi 39e102a459 Add device hikey
Change-Id: I18921cd1a93f80cd20aca4024a505b5a49d3fe31
2016-02-26 11:28:46 -08:00
Bill Rassieur 530d114b06 Add kernel/tests as net_tests is deprecated in system/extras.
BUG: 27228782
2016-02-23 13:52:39 -08:00
Nathan Harold cc92fed0dc Add Connectivity Test Tools to AOSP Master Manifest
-external/sl4a
-packages/apps/Test/connectivity
-tools/test/connectivity

Bug: 27265878
Change-Id: I8cfe53fc1fcafcbca52e7b063a2c169964a66bb7
2016-02-22 19:04:07 +00:00
Elliott Hughes 8080faf519 Add external/google-benchmark to the manifest.
Change-Id: Ibe585e8811c647664a5935d898615ebcd4316236
2016-02-19 21:08:05 -08:00
Bill Rassieur 59aad97d81 Add external/dtc.
BUG: 26412135
2016-02-17 20:27:23 -08:00
Xin Li 07e4156621 Sort entities by path and make space style more consistent. 2016-02-12 14:57:53 -08:00
Stephen Hines ac060e4dc3 /prebuilts/clang/host/linux-x86 needs to always be present.
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-02-09 15:01:35 -08:00
Xin Li d80099329a Remove projects that do not have any files and last commit was more
than two years old.

BUG: 26831697
Change-Id: I908209a5b5d80431c49859e23312d66d749aa7e7
2016-01-27 16:15:41 -08:00
Josh Gao 99eb8481d0 Add platform/external/dlmalloc.
Bug: http://b/17207577
Change-Id: I8356d6e230853447afb8d7bae5d114388d0cd932
2016-01-22 15:02:00 -08:00
Sebastien Hertz 13d4656966 Add external/jacoco to the manifest
Bug: 26197469
Bug: 20115492
Change-Id: Ie581879db65a6a8aca47bfab4c10f9b9ab5985d4
2016-01-21 00:18:23 +01:00
destradaa 57d6faa600 Add EmergencyInfo app to manifest.
Bug: 26576096
2016-01-20 12:30:38 -08:00
Alex Deymo 81cd254b5a Add external/shflags to the manifest.
Bug: 26113731
2016-01-14 16:57:17 -08:00
Jaesung Chung 9a656ef471 Add platform/external/piex
Change-Id: I20a2d009e89b1d9df101af0a445fdf635fc758dc
2016-01-15 02:47:21 +09:00
Bill Yi 3318f81395 Add device/google/contexthub
BUG:26545959
Change-Id: Ifc0e0bd1d0577b485d59ea6ea9ec43a5cd5316c0
2016-01-14 08:52:03 -08:00
Xin Li 62e4fe9304 Use clone-depth="1" for all pre-built projects.
Tested with repo sync and saves about 20% of space.
2015-12-21 11:34:29 -08:00
Darren Krahn 092c2de702 Add external/tpm2.
BUG=26191862
2015-12-14 17:15:26 -08:00
Elliott Hughes 4c9f4115ea Remove external/linux-tools-perf from the manifest.
Use system/extras/simpleperf instead.
2015-12-14 13:33:38 -08:00
Mattias Nissler 558acc4a8f Add platform/system/nvram to the manifest.
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-11 16:20:24 +01:00