fused_location.h: vendor-only

This commit hides fused_location.h from the system.

- include - it is no longer in the global include
- include_all - it is no longer accessible to system things which
    use libhardware

Bug: 37280010
Test: boot/build
Change-Id: I12297f28d8d2330821f45c3a2caced026ea703ed
diff --git a/include/hardware/fused_location.h b/include/hardware/fused_location.h
deleted file mode 120000
index e06e29d..0000000
--- a/include/hardware/fused_location.h
+++ /dev/null
@@ -1 +0,0 @@
-../../include_all/hardware/fused_location.h
\ No newline at end of file
diff --git a/include_all/hardware/fused_location.h b/include_vendor/hardware/fused_location.h
similarity index 99%
rename from include_all/hardware/fused_location.h
rename to include_vendor/hardware/fused_location.h
index 550e193..d8cfc7b 100644
--- a/include_all/hardware/fused_location.h
+++ b/include_vendor/hardware/fused_location.h
@@ -19,7 +19,7 @@
 
 #include <hardware/hardware.h>
 
-#include "gnss-base.h"
+#include <hardware/gnss-base.h>
 
 /**
  * This header file defines the interface of the Fused Location Provider.