Include binderized HALs for Bluetooth and NFC

Remove TREBLE guards around the HAL services.

Test: build
Change-Id: Ie29c8c520feb904bd97878f0708c1120922a7708
diff --git a/device-common.mk b/device-common.mk
index a220997..804414c 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -362,10 +362,8 @@
 PRODUCT_PACKAGES += \
     android.hardware.bluetooth@1.0-impl
 
-ifeq ($(ENABLE_TREBLE), true)
 PRODUCT_PACKAGES += \
     android.hardware.bluetooth@1.0-service
-endif
 
 # NFC packages
 PRODUCT_PACKAGES += \
@@ -373,10 +371,8 @@
     Tag  \
     android.hardware.nfc@1.0-impl
 
-ifeq ($(ENABLE_TREBLE), true)
 PRODUCT_PACKAGES += \
 	android.hardware.nfc@1.0-service
-endif
 
 # Library used for VTS tests  (only for userdebug and eng builds)
 ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))