Skip to content

Commit

Permalink
Remove bt_firmware from android_device_dirs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Andrew Hsieh committed Sep 6, 2017
1 parent 6ada147 commit 5831f31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@

#include <private/android_filesystem_config.h>

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
Expand Down

0 comments on commit 5831f31

Please sign in to comment.