Add frameworks/opt/net/wifi to root.bp

This commit add frameworks/opt/net/wifi to root.bp so that
libwifi-system.so can become vendor_available.

Test: mmm frameworks/opt/net/wifi
Bug: 37429084
Change-Id: I98c695ec6b6c3e6788681b5dc243adab4d29d094
This commit is contained in:
Logan Chien 2017-04-19 21:36:49 +08:00
parent dd29407e74
commit cd304310a2

View file

@ -20,6 +20,7 @@ optional_subdirs = [
"frameworks/*",
"frameworks/compile/*",
"frameworks/hardware/interfaces",
"frameworks/opt/net/wifi",
"hardware/*",
"libcore",
"libnativehelper",