[AWARE] Disable Wi-Fi Aware feature

Wi-Fi Aware is not slated to be released on this platform. Was
previously enabled purely for development.

Bug: 33262597
Test: build, verify service & unit tests don't run
Change-Id: I36d4e0130b3c97077cb57db80d88255e7956cd2d
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6c2a540..1117b0d 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -58,7 +58,6 @@
 BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
 WIFI_DRIVER_FW_PATH_STA := "sta"
 WIFI_DRIVER_FW_PATH_AP  := "ap"
-BOARD_HAS_AWARE := true
 
 BOARD_USES_SECURE_SERVICES := true
 
diff --git a/device.mk b/device.mk
index 5151e7d..b9d61a7 100644
--- a/device.mk
+++ b/device.mk
@@ -100,7 +100,6 @@
     frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
     frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
     frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
-    frameworks/native/data/etc/android.hardware.wifi.aware.xml:system/etc/permissions/android.hardware.wifi.aware.xml \
     frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
     frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
     frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \