From 5831f316e2a42a10ef442354caec64393b6e1d76 Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Thu, 31 Aug 2017 12:17:42 -0700 Subject: [PATCH] Remove bt_firmware from android_device_dirs BT firmware has been moved to /vendor/firmware. In fact, $OUT/root/bt_firmware never exists at all for wahoo Bug: 64905218 Test: Built successfully; BT works fine. Change-Id: I6d5fbf3f46215536da59215def8eabbec9364ad3 --- android_filesystem_config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/android_filesystem_config.h b/android_filesystem_config.h index 775a7171..a580f881 100644 --- a/android_filesystem_config.h +++ b/android_filesystem_config.h @@ -21,9 +21,8 @@ #include -static const struct fs_path_config android_device_dirs[] = { - { 00771, AID_SYSTEM, AID_SYSTEM, 0, "bt_firmware"}, -}; +#define NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS +/* static const struct fs_path_config android_device_dirs[] = { }; */ /* Rules for files. ** These rules are applied based on "first match", so they