common:bt: Inherit board configs before product configs
Change-Id: I3adba7f65f35dc44795c836b424655514cd5ea3e
This commit is contained in:
parent
7dd1223ff7
commit
490b4faed2
|
@ -14,6 +14,7 @@
|
|||
|
||||
# Include QTI Bluetooth makefiles.
|
||||
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
|
||||
$(call inherit-product, vendor/qcom/opensource/commonsys-intf/bluetooth/bt-commonsys-intf-board.mk)
|
||||
$(call inherit-product, vendor/qcom/opensource/commonsys-intf/bluetooth/bt-system-opensource-product.mk)
|
||||
endif
|
||||
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Include QTI Bluetooth makefiles.
|
||||
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
|
||||
include vendor/qcom/opensource/commonsys-intf/bluetooth/bt-commonsys-intf-board.mk
|
||||
endif
|
||||
|
||||
# Packages
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth@1.1.vendor \
|
||||
|
|
Loading…
Reference in New Issue