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
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
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
Peerd is not used on AOSP since weaved went with alternative
implementation by talking to Avahi directly. Removing peerd.
Change-Id: Ic6091338f49a9e98b0d1f170487d5fc241240d91
Bug: 23396112
These remove the need for creating new projects every time the version
number changes.
Change-Id: Iaeb3fa9d9da089c7c720148e242bd0522e298975
Link build/soong/root.bp to $TOP/Android.bp and
build/soong/bootstrap.bash to $TOP/bootstrap.bash.
Change-Id: Icb77a068ce2bc37aec8ac97f1b4f20ae11c9573e
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
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
Added repos for external/libweave, system/peerd, system/weaved to
the manifest.
Bug:22874919
Bug:22829905
Bug:22924758
Change-Id: I56a75a51182adc20012414ee12d6ac3986a22003