1#!/bin/bash
2
3## Cuttlefish 64 bit bt_headless installation
4PRODUCT=vsoc_x86_64
5
6## Ensure that the device storage has been remounted
7adb root
8adb remount -R
9adb wait-for-device
10
11## Push various shared libraries where the executable expects to find them
12adb push ${ANDROID_BUILD_TOP}/out/target/product/${PRODUCT}/symbols/system/bin/bt_headless /system/bin/bt_headless
13