From 4329227923b8b9cfe9e432c268510c7a2ab82185 Mon Sep 17 00:00:00 2001
From: Chris Manton <cmanton@google.com>
Date: Mon, 6 Dec 2021 22:48:25 -0800
Subject: [PATCH] floss: README update after moved location

Bug: 205591223
Tag: #floss
Test: Build on Linux

Change-Id: Ib212886c1f14b8ed25b82f38ce140c0766a7f6f1
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index be0f03cbe53..74b93761383 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,8 @@ sudo apt-get install repo git-core gnupg flex bison gperf build-essential \
   libglib2.0-dev libevent-dev libnss3-dev libdbus-1-dev \
   libprotobuf-dev ninja-build generate-ninja protobuf-compiler \
   libre2-9 debmake \
-  llvm libc++abi-dev
+  llvm libc++abi-dev \
+  libre2-dev libdouble-conversion-dev
 ```
 
 You will also need a recent-ish version of Rust and Cargo. Please follow the
@@ -40,7 +41,7 @@ instructions on [Rustup](https://rustup.rs/) to install a recent version.
 ```sh
 mkdir ~/fluoride
 cd ~/fluoride
-git clone https://android.googlesource.com/platform/packages/modules/Bluetooth/system
+git clone https://android.googlesource.com/platform/packages/modules/Bluetooth
 ```
 
 ### Using --run-bootstrap on build.py
@@ -72,7 +73,7 @@ We provide a script to produce debian packages for those components. Please
 see the instructions in build/dpkg/README.txt for more details.
 
 ```sh
-cd build/dpkg
+cd system/build/dpkg
 mkdir -p outdir/{modp_b64,libchrome}
 
 # Build and install modp_b64
-- 
GitLab