aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/kernel
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-11-20 08:43:57 -0800
committerClay Murphy <claym@google.com>2017-11-20 14:20:27 -0800
commit3027576c42897037427a7e0ce4c100206f74490c (patch)
tree421c685d611294966b45653e70b3567f1d63437c /en/devices/architecture/kernel
parent9a4762534c1ef21cc1d166716eca1a3dc4c770e1 (diff)
downloadsource.android.com-3027576c42897037427a7e0ce4c100206f74490c.tar.gz
Docs: Changes to source.android.com
- 176365996 Devsite localized content from translation request 36fc3b... by Android Partner Docs <noreply@android.com> - 176365994 Devsite localized content from translation request 29ecb2... by Android Partner Docs <noreply@android.com> - 176318336 Devsite localized content from translation request d25ba3... by Android Partner Docs <noreply@android.com> - 176195455 Add note to CTS section "GPS/GNSS" about port availability. by Christina Nguyen <cqn@google.com> - 176110625 Devsite localized content from translation request aec37a... by Android Partner Docs <noreply@android.com> - 176110530 Devsite localized content from translation request ac14a0... by Android Partner Docs <noreply@android.com> - 176110525 Devsite localized content from translation request 7d4488... by Android Partner Docs <noreply@android.com> - 176001918 Update displayed error message to reflect "what is". (Tho... by Billy Lamberta <blamb@google.com> - 175980378 Update Motorola link by Android Partner Docs <noreply@android.com> - 175972776 Devsite localized content from translation request 21d570... by Android Partner Docs <noreply@android.com> - 175925123 Publish localized security bulletins by Danielle Roberts <daroberts@google.com> - 175921366 Update CTS/CTS-Verifier downloads for CTS-Dec-2017 Releases by Billy Lamberta <blamb@google.com> - 175915069 Put CTS supported platforms in a more distinct call-out. by Christina Nguyen <cqn@google.com> - 175908691 Update FMQ doc for indentations by Android Partner Docs <noreply@android.com> - 175905935 Devsite localized content from translation request 266989... by Android Partner Docs <noreply@android.com> - 175905631 Devsite localized content from translation request 255121... by Android Partner Docs <noreply@android.com> - 175905617 Devsite localized content from translation request 7e5691... by Android Partner Docs <noreply@android.com> - 175874683 Rename links from /source/... to /setup/... by Billy Lamberta <blamb@google.com> - 175774898 Devsite localized content from translation request 23a854... by Android Partner Docs <noreply@android.com> - 175754894 Update continuous localization for Setup tab by Danielle Roberts <daroberts@google.com> - 175754691 Top-level _translation.yaml: Ignore /setup/ directory (fo... by Billy Lamberta <blamb@google.com> - 175744774 Updating ril images and text flow by Heidi von Markham <hvm@google.com> - 175733952 Rename top-level 'Source' tab to 'Setup' tab. by Billy Lamberta <blamb@google.com> - 175720207 Moving layout summary to interfaces page by Heidi von Markham <hvm@google.com> - 175706780 Devsite localized content from translation request 0dea26... by Android Partner Docs <noreply@android.com> - 175703999 Changing GCM to FCM and links by Heidi von Markham <hvm@google.com> - 175698764 Point the "Year in Review" link to the latest available r... by Android Partner Docs <noreply@android.com> - 175599600 Fix missing and unnecessary tags. by Christina Nguyen <cqn@google.com> - 175589733 Remove unused tag by Christina Nguyen <cqn@google.com> PiperOrigin-RevId: 176365996 Change-Id: I3f5dcfd9b8c953b642b752c9c4e04313126eeee4
Diffstat (limited to 'en/devices/architecture/kernel')
-rw-r--r--en/devices/architecture/kernel/modular-kernels.html10
-rw-r--r--en/devices/architecture/kernel/network_tests.html6
2 files changed, 8 insertions, 8 deletions
diff --git a/en/devices/architecture/kernel/modular-kernels.html b/en/devices/architecture/kernel/modular-kernels.html
index 5c4b54c3..70debebe 100644
--- a/en/devices/architecture/kernel/modular-kernels.html
+++ b/en/devices/architecture/kernel/modular-kernels.html
@@ -181,8 +181,8 @@ mounted in Recovery mode.</li>
partitions are <strong>not</strong> mounted early. In Android 8.0, to make
module loading from these partitions possible, provisions have been made to
mount partitions early for both
-<a href="https://source.android.com/devices/tech/ota/ab_updates">non-A/B and A/B
-devices</a>. This also ensures the partitions are mounted in both Android and
+<a href="/devices/tech/ota/ab_updates">non-A/B and A/B devices</a>. This also
+ensures the partitions are mounted in both Android and
Charger modes.</p>
<h3 id="android-build-system-support">Android build system support</h3>
@@ -604,9 +604,9 @@ see <a href="/devices/architecture/dto/partitions.html">DTB/DTBO Partitions</a>.
The assumption is that bootloader already knows where and how to load the
SoC–specific DTB.</li>
<li>Overlay DT partition should be
-<a href="https://source.android.com/devices/tech/ota/ab_updates.html">A/B-ed</a>
-for A/B devices. For these devices, the recovery kernel is the same as Android
-kernel, but the partition must be A/B-ed as it can be updated via OTA.</li>
+<a href="/devices/tech/ota/ab_updates.html">A/B-ed</a> for A/B devices. For these
+devices, the recovery kernel is the same as Android kernel, but the partition
+must be A/B-ed as it can be updated via OTA.</li>
<li>Partition size is board–specific.
<ul>
<li>The DT overlay partition size depends on the device and the amount of
diff --git a/en/devices/architecture/kernel/network_tests.html b/en/devices/architecture/kernel/network_tests.html
index bc437ad2..39329d2b 100644
--- a/en/devices/architecture/kernel/network_tests.html
+++ b/en/devices/architecture/kernel/network_tests.html
@@ -45,9 +45,9 @@ Suite (CTS) tests.</p>
<h2 id=using>Using the tests</h2> <p>The tests use <a
href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a> to boot the
-kernel as a process on a Linux host machine. See <a
-href="https://source.android.com/source/initializing.html">Establishing a Build
-Environment</a> for suitable operating system versions. The unit test framework
+kernel as a process on a Linux host machine. See
+<a href="/setup/initializing.html">Establishing a Build Environment</a> for
+suitable operating system versions. The unit test framework
boots the kernel with an appropriate disk image and runs the tests from the
host file system. The tests are written in Python 2.x and use TAP interfaces to
exercise kernel behaviour and the socket API.</p>