From b884edb7c8eac185fffc76bd5261d7b9dd06410d Mon Sep 17 00:00:00 2001 From: Mike Cailean Date: Thu, 2 May 2019 17:09:25 -0700 Subject: Set yearOfHw to 2019 if Location Privacy feature is supported Change-Id: If5ee31603491c83652082ce295abfcf9c9fec511 CRs-fixed: 2446241 --- location/LocationDataTypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'location') diff --git a/location/LocationDataTypes.h b/location/LocationDataTypes.h index f8bb6cb..09e243a 100644 --- a/location/LocationDataTypes.h +++ b/location/LocationDataTypes.h @@ -218,6 +218,8 @@ typedef enum { LOCATION_CAPABILITIES_CONSTELLATION_ENABLEMENT_BIT = (1<<10), // support agpm LOCATION_CAPABILITIES_AGPM_BIT = (1<<11), + // support location privacy + LOCATION_CAPABILITIES_PRIVACY_BIT = (1<<12), } LocationCapabilitiesBits; typedef enum { -- cgit v1.2.3