Upload google_tv_streamer 431402 manifest Change-Id: Icaff8658c83c76518aac422ded9fc890bef29b07
diff --git a/README.md b/README.md index c3523a2..4308d24 100644 --- a/README.md +++ b/README.md
@@ -105,6 +105,24 @@ For the device userspace opensource, please [download AOSP code](https://source.android.com/docs/setup/download/downloading). +### Google TV Streamer + +The open source manifests for the device-specific kernel code for Google TV +Streamer can be found under +[google_tv_streamer](https://nest-open-source.googlesource.com/manifests/+/refs/heads/main/google_tv_streamer) +folder. For example, to download the code specified in `431402.xml`, please run +the following commands. + +```shell +$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_tv_streamer/431402.xml +$ repo sync +``` + +The remainder of the kernel code for Google TV Streamer is available as the +[GKI kernel source](https://android.googlesource.com/kernel/manifest/+/refs/heads/common-android14-5.15/default.xml). +For the device userspace opensource, please download the +[AOSP code](https://source.android.com/docs/setup/download/downloading). + ## Google Nest speakers and smart displays ### Pixel tablet speaker dock
diff --git a/google_tv_streamer/431402.xml b/google_tv_streamer/431402.xml new file mode 100644 index 0000000..f069e65 --- /dev/null +++ b/google_tv_streamer/431402.xml
@@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest> + <remote fetch="https://nest-open-source.googlesource.com/manifest_repos" name="nest-open-source"/> + <project name="sdio" remote="nest-open-source" revision="0d96cc511529b9f1b60c29de90047e0e8eb6a452"/> + <project name="gen4-mt7663" remote="nest-open-source" revision="f150ae1559f03a5164842c1e5a0ac3be4b1ad7e5"/> + <project name="linux_v2" remote="nest-open-source" revision="9a4b6361ebf17db2394580d27873bd5fc3fdd599"/> + <project name="kernel_device_modules-5.15" remote="nest-open-source" revision="36ad3f446978be6a8e724c162e7a05b1cc587c8e"/> +</manifest>