Remove ENABLE_TREBLE for Bluetooth service

Test: manual
Change-Id: Ib81a524daeb1596a7e66e59fc95cbaa8e7a3717f
diff --git a/device-common.mk b/device-common.mk
index cf53227..3d5c3d1 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -112,6 +112,7 @@
 # TODO(b/34258263): will marlin/sailfish be binderized devices?
 PRODUCT_PACKAGES += \
     android.hardware.audio@2.0-service \
+    android.hardware.bluetooth@1.0-service \
     android.hardware.light@2.0-service \
     android.hardware.memtrack@1.0-service \
     android.hardware.nfc@1.0-service \
@@ -435,11 +436,6 @@
 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 += \
     NfcNci \