[entity-manager] make usb-device option override
usb-devcie meson option is override with gbmc, the
PACKAGECOFNIG[usb-device] shall be consistently override with gbmc
otherwise non-gbmc build will failed as
```
Step #1: | ../git/meson.build:1:0: ERROR: Unknown options: "usb-device"
```
Tested:
gbmc build example
```
EXTRA_OEMESON="-Dtests=disabled -Db_lto=true -Dfru-device=true -Dusb-device=false"
```
non-gbmc build example
```
EXTRA_OEMESON="-Dtests=disabled -Db_lto=true -Dfru-device=true"
```
Google-Bug-Id: 298703410
Change-Id: I4ffdc1d9f37f6df5b952f66c571797aa71c870b5
Signed-off-by: Dan Zhang <zhdaniel@google.com>
1 file changed