From 1ccf523d69749fb150e45898eb47b946b81bcc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pinela?= Date: Fri, 6 Oct 2017 17:05:07 +0100 Subject: Revert "bluetooth: enable ble" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2d36b633e182a308f2f7c22aee118a87907d6695. Change-Id: If48a664943e572132aff027e56a04f61cde949fd Signed-off-by: André Pinela --- bluetooth/bdroid_buildcfg.h | 4 ---- device-common.mk | 1 - 2 files changed, 5 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 7d88409..f16d7f5 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -28,8 +28,4 @@ #define BTIF_HF_SERVICE_NAMES { BTIF_HSAG_SERVICE_NAME, NULL } #define PAN_NAP_DISABLED TRUE -#define BLE_INCLUDED TRUE -#define BTA_GATT_INCLUDED TRUE -#define SMP_INCLUDED TRUE - #endif diff --git a/device-common.mk b/device-common.mk index f175be8..c3d8833 100644 --- a/device-common.mk +++ b/device-common.mk @@ -35,7 +35,6 @@ DEVICE_MANIFEST_FILE += device/asus/grouper/manifest.xml # These are the hardware-specific features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ - frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ -- cgit v1.2.3