From 68990e5354efd4af2ea042055bc8e818f7e467c3 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 14 Jan 2019 17:45:19 -0800 Subject: [PATCH] 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 --- include/hardware/fused_location.h | 1 - {include_all => include_vendor}/hardware/fused_location.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 include/hardware/fused_location.h rename {include_all => include_vendor}/hardware/fused_location.h (99%) diff --git a/include/hardware/fused_location.h b/include/hardware/fused_location.h deleted file mode 120000 index e06e29dc..00000000 --- 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 550e1933..d8cfc7b7 100644 --- a/include_all/hardware/fused_location.h +++ b/include_vendor/hardware/fused_location.h @@ -19,7 +19,7 @@ #include -#include "gnss-base.h" +#include /** * This header file defines the interface of the Fused Location Provider.