Commit Graph

434 Commits

Author SHA1 Message Date
Dan Willemsen 703c93691f Move build/ to build/make/
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-10 16:49:05 -07:00
Dan Willemsen fc8f89f04b Remove prebuilts/ninja/*
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-06 11:11:24 -07:00
Thomas Joseph Avila 924d2e9fab add external/avb
Bug: 31843448
2016-10-03 15:28:50 -07:00
Elliott Hughes 198d4accc5 Remove external/ltrace from the manifest.
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-28 16:55:44 -07:00
Elliott Hughes 1eab74df7d Remove omap3.
Bug: http://b/31489428
Change-Id: I7a76b0fe57ba2aad645027e3ca811bf57a5f5e2c
2016-09-16 17:42:37 +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
Kinan Hakim fc71bf1370 Changed manifest to include the new project dng_sdk. 2015-12-01 17:04:38 +00:00
Christopher Wiley 37f6936759 Map platform/external/autotest to external/autotest
Bug: 25813295
Test: syncs just fine

Change-Id: Idb1706c65d9d8b8bf965c570c762350b580a1f3f
2015-11-30 20:44:45 +00:00
Utkarsh Sanghi df20fe8e54 Remove attestation, tpm_manager, trunks and add tpm to the manifest.
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-23 21:35:21 +00:00
Paul Duffin 3d929f5a74 Added dagger2
Change-Id: I4cf87a899ca267cc8e0a9e63028a025674727745
2015-11-23 20:43:20 +00:00
Paul Duffin b4448dba4d Added external/caliper project
Change-Id: I9bcbe1aff3198b3e130e7f3384d58fdcc8bf1344
2015-11-23 20:35:30 +00:00
Stephen Hines 7d3ba4eaba Remove obsolete live wallpapers that depend on RS graphics APIs.
Bug: 25497185
Change-Id: I7db6b9fbe13d65e717d99d6ee44dd78c8804b05c
2015-11-12 15:02:01 -08:00
Bill Yi 1d807583e2 Manifest after merging Marshmallow dr - DO NOT MERGE
Change-Id: I3b239e99d5a3804aebbc460aa96bf86dac05011f
2015-11-03 08:46:50 -08:00
Alex Vakulenko dce28fec5e "Rename" external/libchromeos into external/libbrillo in repo manifest
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-28 23:03:29 +00:00
Ningyuan Wang 102b332ee4 add new repo platform/system/connectivity/dhcp_client 2015-10-27 15:12:15 -07:00
Mohamad Ayyash 75271a6ee9 Add external/mmc-utils to manifest
BUG: 25155975
Change-Id: I31f5f98022ec831129aa6ea44b3de476e2d6ed00
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
2015-10-23 12:32:37 -07:00
Ying Chen 97e8a5d183 Add external/adt-infra to manifest
Bug: 24718114
2015-10-15 14:05:23 -07:00
Alex Vakulenko 7ded8a1aed Remove peerd from manifest
Peerd is not used on AOSP since weaved went with alternative
implementation by talking to Avahi directly. Removing peerd.

Change-Id: Ic6091338f49a9e98b0d1f170487d5fc241240d91
2015-10-07 10:25:10 -07:00
The Android Open Source Project b3386dd436 Manifest after merging Marshmallow - DO NOT MERGE
Change-Id: Ie9d45ad25fe9c08ba513171a8e941eb017dd26ac
2015-10-06 10:11:24 -07:00
Stephen Hines 726616f2f3 Add linux/darwin projects for new Clang prebuilts.
Bug: 23396112

These remove the need for creating new projects every time the version
number changes.

Change-Id: Iaeb3fa9d9da089c7c720148e242bd0522e298975
2015-09-29 18:54:20 -07:00
Andrew de los Reyes dce2af8dc3 Add rmi4utils to external 2015-09-24 09:52:03 -07:00
Roshan Pius fea38f5eee [Brillo] Add external/xmlrpcpp to the manifest
Adding a third-party native XML RPC library for Shill testing on Brillo.

BUG: 24335496
2015-09-23 22:26:13 +00:00
Alex Deymo 595b109a93 Add external/libdivsufsort in AOSP.
Bug: 24327902

Change-Id: I6c7c7f70055251de33769279d997d84965d6a21e
2015-09-23 12:35:42 -07:00
Kenny Root aee5be1bfc Add ca-certificates to the manifest
Change-Id: Ia751e1b2cb3fc5f3089393d35e71b87f8966403b
2015-09-21 21:27:12 +00:00
Peter Qiu 49c6d0e010 Add platform/external/cros/system_api to the manifest
BUG=24209710
2015-09-21 18:47:35 +00:00
Colin Cross 5ed3ae89e9 Add linkfiles needed for soong
Link build/soong/root.bp to $TOP/Android.bp and
build/soong/bootstrap.bash to $TOP/bootstrap.bash.

Change-Id: Icb77a068ce2bc37aec8ac97f1b4f20ae11c9573e
2015-09-20 04:31:03 +00:00
Mark Salyzyn 9507efebfa Add platform/external/{lvm2,cryptsetup} to manifest
Signed-off-By: Mark Salyzyn <salyzyn@google.com>
Bug: 23181629
Bug: 24133481
Change-Id: Ic08834963d86db7acec53edf08707bc54c0a1ad6
2015-09-18 10:49:04 -07:00
Daniel Erat f84ebfe9c8 Add platform/system/nativepower
Bug: 22122485
2015-09-17 17:51:33 -06:00
Josh Gao d4d196f6d2 Add prebuilt/gdb/{darwin,linux}-x86 to manifest.
Bug: http://b/21920612
Change-Id: Id1a2927a300cac5dd0bafcb7e53c2b8895f2fc06
2015-09-17 16:10:29 -07:00
Bill Yi 1c40d1cfb7 Remove platform/prebuilts/gcc/*-x86/arm/arm-eabi-4.8
BUG:24106029
Change-Id: Ie8bbd3dc19f83570b99133a25028b8ec18f3914e
2015-09-16 14:06:13 -07:00
Christopher Wiley 10f5e27745 Add system/tools/aidl to manifest
Test: repo sync'd this path just fine.
Bug: 23691099
2015-09-11 10:53:21 -07:00
Utkarsh Sanghi be1cd6cf11 Add attestation, tpm_manger and trunks to the manifest
Bug: 23927669
2015-09-09 22:40:48 +00:00
Jorge Lucangeli Obes 102ce063c7 Add libcap to AOSP manifest.
Bug: 23787966
2015-09-03 18:44:31 -07:00
Bill Yi 3a6f041bbe Adjust clone-depth for a few projects - DO NOT MERGE
BUG:23791440
Change-Id: I395000e2b9395915059bf61ee03e8a82f3b71103
2015-09-03 16:51:45 -07:00
Peter Qiu f5bfeeb756 Add platform/system/connectivity/apmanager to the manifest
BUG=23593224
2015-08-28 10:02:11 -07:00
Bertrand SIMONNET d11226ad86 Add external/rootdev to the manifest.
BUG: 22953719
2015-08-27 11:16:01 -07:00
Colin Cross f7a2d645c9 Add go prebuilts to manifest
Also fixes the ordering of the ninja prebuilts.

Change-Id: Id51e3221f1f9b908cc8d427bf77232041e82ba7b
2015-08-26 17:50:22 +00:00
Gilad Arnold 3e93c365c6 Add external/tlsdate to manifest.
Bug: 22373707
2015-08-24 16:50:51 -07:00
Bill Yi 2796d5dac6 Add spaces
Change-Id: I9d971cba99e46c65ca99c17a1c3f3824479b99cc
2015-08-21 15:06:28 -07:00
Steve Fung 390930ce8f Add platform/external/google-breakpad
Bug: 23228973
Change-Id: I4a1a069a91233ee109be5b1b6dc555f0a0ba6701
2015-08-21 15:37:16 +00:00
Dan Albert cf8c44fbc8 Add toolchain/binutils to the platform manifest.
Needed for building libLTO and libLLVMgold for clang, which are needed
both for LTO and for using the CFI sanitizer.

Bug: http://b/21616856
2015-08-20 12:54:50 -07:00
Robert Ginda 6cadad9f35 Add external/libdaemon and external/avahi repos.
Bug: 22921222
Bug: 22827641
2015-08-20 11:46:36 -07:00
Daniel Erat 2bb3aa231d Add platform/system/webservd
Bug: 22828211
2015-08-14 16:33:24 -06:00
Samuel Tan bd109024f1 Add dhcp-6.8.2 to manifest
Add the newly created dhcp-6.8.2 to the manifest.

Bug: 22956197
TEST: repo sync and verify that external/dhcp-6.8.2/ is created.
Change-Id: I3829928643d38f132def415f75f42469fd2183b7
2015-08-14 14:16:47 -07:00
Bill Yi 55915a1996 Update manifest groups tags - DO NOT MERGE
Keeping those tags in sync will reduce merge conflicts downstream.

BUG:23120831
Change-Id: I84bbc5b9dc0bf9e57257c535e6f882c7a5bf7c5b
2015-08-14 11:29:53 -07:00
Dan Albert 11ed2c18eb Add libunwind_llvm.
Change-Id: I072637cc6f06f19e4d08e66242f5d9daeec6a1fd
2015-08-11 18:14:19 -07:00
Daniel Erat f5203529d5 Add platform/external/libmicrohttpd
Bug: 22828501
2015-08-11 15:06:37 -06:00
Gilad Arnold 9a1b0b7054 Add system/firewalld to manifest.
Bug: 22827985
2015-08-10 22:14:01 -07:00
Yang Ni 78d14b28a9 Add external OpenCV3 project
Change-Id: I09969d8963cdbdfa674b12bc2b7020017b6c92cf
2015-08-10 21:37:37 +00:00
Paul Miller fe20cfa800 Remove Browser
Browser is deprecated. It's being replaced by 3 components:
- Chromium, a.k.a. ChromePublic, which is not included in AOSP and must
  be built separately. See packages/apps/Browser2/README.
- Browser2, a tiny, WebView-based test browser copied from Chromium's
  WebViewShell.
- BookmarkProvider, which takes over the "com.android.browser;browser"
  authorities and returns empty Cursors for all queries. Bookmark access
  is removed in the M permission model.

BUG:19351071
2015-08-06 18:33:22 +00:00
Filipe Brandenburger f01121a24a Add external/iw to the manifest
Change-Id: I6a55f2d8962a1a6ec2ba06a1f336875a2022692a
2015-08-04 09:13:52 -07:00
Alex Vakulenko 4c107f4d2f Add weave repositories to manifest
Added repos for external/libweave, system/peerd, system/weaved to
the manifest.

Bug:22874919
Bug:22829905
Bug:22924758
Change-Id: I56a75a51182adc20012414ee12d6ac3986a22003
2015-08-03 15:44:48 -07:00
Christopher Wiley 6aed4c1d1b Add DBus binding generator
Bug: 22608897
2015-07-27 16:39:57 -07:00
Bertrand SIMONNET a2e899e743 Add system/connectivity/shill to the manifest.
system/wifi was renamed system/connectivity/shill. This CL also remove
the old repo.

BUG: 22723519
Change-Id: I1549a7ca54a5b84831445746b314d025604d60ed
2015-07-27 10:24:48 -07:00
Colin Cross 1dfedc1f2d Add new build projects to the manifest
Add blueprint, kati, soong, and the ninja prebuilts to the manifest.

Change-Id: Iae1eabafec6789c463e16f0ecbedb45d188d4cc0
2015-07-23 11:16:31 -07:00
Paul Miller 6c29e67813 Add Browser2 to master
BUG:19351071
2015-07-20 13:02:15 -07:00
Gilad Arnold d19332d5b4 Add platform/external/c-ares to manifest.
Bug: 22552807
2015-07-17 16:14:14 -07:00
Gaurav Shah 6eb7b09fde Add platform/system/update_engine to the manifest
BUG: 22357920
Change-Id: Ib3ff7d632126c45183ae6eaf3698459ff6a83935
2015-07-16 18:38:08 +00:00
Gaurav Shah 979cb605ad Add platform/system/wifi to the manifest
BUG: 22357920
Change-Id: Ic03e7f565fa2fe76a5feecd045a4af9e2f41cd24
2015-07-16 18:37:42 +00:00
Elliott Hughes 3d8354d3d3 Remove target 4.8 toolchains.
Change-Id: I13a835a1e998d5560dbf125e3d1719bac33e35a2
2015-07-14 17:06:23 +00:00
Gaurav Shah c2eda5ec01 Add minijail to the manifest
BUG: 22357920
Change-Id: I8c2b7d66381717a7656b008cf379159cc2240b60
2015-07-13 15:20:34 -07:00
Bertrand SIMONNET e22a964577 Add curl to the manifest.
BUG: 22347561

Change-Id: I12ce3769c74286d48728bbe372567906a135f57e
2015-07-13 21:40:17 +00:00
Miao Wang d0321d1941 Add platform/external/gemmlowp
bug: 22303735
2015-07-13 21:20:30 +00:00
Bertrand SIMONNET 348f310bdf Add platform/external/libchromeos.
Bug: 22372020

Change-Id: I17c7f327e9c3c35e237ac79c49dfe85507de8257
2015-07-10 22:38:38 +00:00
Arman Uguray a72f8837aa Add platform/external/modp_b64
Bug: 22382625
2015-07-10 11:43:36 -07:00
Daniel Erat 3c7e34b9a1 Add platform/external/dbus
Bug: 22328216
2015-07-07 15:12:14 -06:00
Daniel Erat f935bc5327 Add platform/external/libchrome
Bug: 22174656
2015-07-06 10:40:01 -06:00
Christopher Wiley d2a38191a9 Add libevent to manifest
Bug: 22230368
2015-07-01 21:35:00 +00:00
Bill Yi a9f8e5cdcc Add platform/external/fec 2015-06-23 14:12:27 -07:00
Christopher Wiley 23cc1143d4 Add gmock 2015-06-23 10:24:13 -07:00
Jeff Vander Stoep b5be3a6e17 remove external/checkpolicy and external/libsepol
These projects are no longer used and have been replaced by
external/selinux.

Change-Id: If6dc1e9261f397d801ba2376ab60c5dc5b5d86e4
2015-06-09 17:04:39 +00:00
David Srbecky 26ecb7a152 Revert "Remove external/lzma"
LZMA is needed for decompression of debug symbols in libunwind.

This reverts commit 8bc0273d91.

Change-Id: Id0622b56f6d682829a2bda6dd2a03e25fbb0fbee
2015-05-18 19:58:50 +00:00
Bill Yi 13e5fa0938 Remove obsoleted platform/external/genext2fs
Bug: 19282953

Change-Id: I30b6ebbb2f8002f3aaa6cbdca7e05c840da7d380
2015-05-13 10:40:50 -07:00
Bill Yi af76b2878b Add device/google/debugcable 2015-05-06 15:32:04 -07:00
Kenny Root 2be481c59d Switch to BoringSSL DO NOT MERGE
Change-Id: I1371dba8384ddab12098231754fbe506096f9906
2015-04-27 13:02:33 -07:00
Bill Yi b770be5818 Add platform/system/gatekeeper
Change-Id: I11b3c8baaef06108aa991d1ffd9d75381f6fee6b
2015-04-27 09:02:53 -07:00
Scott James Remnant d9a8bc8453 Restore pdk group to system/bt 2015-04-26 08:42:15 -07:00
Scott James Remnant 8c22e4dbb0 Replace platform/external/bluetooth/bluedroid with platform/system/bt
Change-Id: I60b22ee9c7493bab0998f4f9541120a5cc80ff98
2015-04-24 10:46:12 -07:00
Nick Kralevich 5e0ba4e69f add external/selinux to default manifest
Build problems were corrected in https://android-review.googlesource.com/147070

Bug: 19963152
2015-04-16 15:31:22 -07:00
Bill Yi 8c6b707579 Add platform/external/sonic 2015-04-09 16:03:09 -07:00
Chad Jones 3008ff711f Replace repo group on external/squashfs-tools with "pdk" 2015-04-07 20:36:05 -07:00
Mohamad Ayyash ff51c48b20 Add groups="pdk-cw-fs" for [external/squashfs-tools]
This ensures the squashfs includes are available to
[system/extras/squashfs_utils]

Change-Id: Ia35bfb165b052da44daecf0908d94124b2157bcb
2015-04-07 12:04:33 -07:00
Bill Yi 9642d87e41 Add platform/external/mockftpserver 2015-03-31 14:45:08 -07:00
Bill Yi 187af6ac38 Add platform/external/slf4j 2015-03-31 14:44:53 -07:00
Narayan Kamath a658524b47 Remove srec / VoiceDialer from the default manifest. 2015-03-20 09:20:08 +00:00
Bill Yi c732f5d6fe Add packages/providers/BookmarkProvider
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-16 15:44:45 -07:00
Bill Yi f402967b08 Manifest update after merging with lollipop-mr1-dev 2015-03-10 15:15:50 -07:00
Bill Yi 7eee764ccc Add platform/packages/apps/FMRadio 2015-03-10 12:56:05 -07:00
Bill Yi 860e067c5a Add platform/external/lohit-fonts
Change-Id: I951931febae305c8d9ee006e2fea6e2e8cf3b557
2015-03-09 21:17:25 -07:00
Kenny Root b48f1a97e6 Revert "Revert "Revert "Switch to BoringSSL DO NOT MERGE"""
Qualcomm blobs using symbols in OpenSSL that it shouldn't be using.

This reverts commit 8c9e4b3cae.

Change-Id: Ifa8a8025525002873888acd6dbadc6aafe722b64
2015-03-09 23:04:59 +00:00
Kenny Root 8c9e4b3cae Revert "Revert "Switch to BoringSSL DO NOT MERGE""
This reverts commit d80795d1d3.
2015-03-09 16:53:56 +00:00
Dan Albert 8112416dc7 Remove external/pixman. 2015-03-06 13:53:04 -08:00
Bill Yi 7399f289a9 Add platform/system/keyguard 2015-03-04 16:58:23 -08:00
Bill Yi db7ddb2c4d Add platform/external/libmpeg2 2015-03-04 12:28:57 -08:00
Bill Yi 8bcbd08935 Add platform/external/libavc 2015-03-04 12:28:40 -08:00
Kenny Root d80795d1d3 Revert "Switch to BoringSSL DO NOT MERGE"
This reverts commit d961564048. Build broken in win_sdk aosp_x86_64 mac_sdk

Change-Id: I6a2b3aa526e070a7f2e1bb314066bfb9624e8a17
2015-03-04 17:04:51 +00:00
Kenny Root d961564048 Switch to BoringSSL DO NOT MERGE
Change-Id: Ide21664148d3e47bbbe06336967d5d69f7ab74a8
2015-03-04 02:23:24 +00:00
Bill Yi 37d163a86a Add external/squashfs-tools and external/lz4
Change-Id: I77a74074c05ad7443326d6db00699ed9d21a71d7
2015-03-02 15:13:26 -08:00
Stephen Hines c851b02204 Remove legacy clang prebuilts, and update 3.6 to use appropriate groups.
Change-Id: Ie274f4638e6c7727fb235ede57472d22dda3e4a5
2015-02-12 13:37:22 -08:00
Conley Owens 3bf33641ef Remove external/apache-qp
Change-Id: I7214c630f91fcd35ea9e218a409a1ee6564c3b79
2015-02-11 16:29:40 -08:00
Conley Owens 8bc0273d91 Remove external/lzma
Change-Id: Ib14e94b252169bbf81ab8fe8e1a102e5e7fcb77f
2015-02-10 11:03:24 -08:00
Bill Yi d5bde6bdaf Revert "Add platform/external/boringssl"
This reverts commit 5f5e0440bb.
2015-02-09 13:43:13 -08:00
Bill Yi bad0957d7d Add platform/external/cblas 2015-02-09 12:27:40 -08:00