Snap for 7991057 from c998101d79 to tm-release

Change-Id: I3c15b376a7b075387e4ca4c2a73502229d549846
This commit is contained in:
Android Build Coastguard Worker 2021-12-11 04:02:22 +00:00
commit f16261376d
13 changed files with 4874 additions and 4837 deletions

View file

@ -62,9 +62,6 @@
</exception> </exception>
<exception package="com.google.android.apps.scone"> <exception package="com.google.android.apps.scone">
<!-- Location access to determine proximity to a CBRS network coverage area -->
<permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/>
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
<!-- Used to call ActivityTransition API for Smart PNO --> <!-- Used to call ActivityTransition API for Smart PNO -->
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/> <permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
</exception> </exception>

View file

@ -212,9 +212,6 @@ DEVICE_MATRIX_FILE := \
DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay
# This device is shipped with 31 (Android S)
PRODUCT_SHIPPING_API_LEVEL := 31
# Enforce the Product interface # Enforce the Product interface
PRODUCT_PRODUCT_VNDK_VERSION := current PRODUCT_PRODUCT_VNDK_VERSION := current
PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE := true PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE := true
@ -223,7 +220,7 @@ PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE := true
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel \ $(LOCAL_KERNEL):kernel \
device/google/gs101/conf/init.gs101.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.gs101.usb.rc \ device/google/gs101/conf/init.gs101.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.gs101.usb.rc \
device/google/gs101/conf/ueventd.gs101.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc device/google/gs101/conf/ueventd.gs101.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/gs101/conf/init.gs101.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.gs101.rc device/google/gs101/conf/init.gs101.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.gs101.rc

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -52,9 +52,11 @@
AttributionAppPkgName="com.google.android.carrierlocation" AttributionAppPkgName="com.google.android.carrierlocation"
AssertEnabled="true" AssertEnabled="true"
PpsDevice="/sys/class/pps/pps0/assert_elapsed"
/> />
<gll <gll
PpsEnable="true"
LogPriMask="LOG_INFO" LogPriMask="LOG_INFO"
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI" LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB" FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"

View file

@ -52,9 +52,11 @@
AttributionAppPkgName="com.google.android.carrierlocation" AttributionAppPkgName="com.google.android.carrierlocation"
AssertEnabled="true" AssertEnabled="true"
PpsDevice="/sys/class/pps/pps0/assert_elapsed"
/> />
<gll <gll
PpsEnable="true"
LogPriMask="LOG_INFO" LogPriMask="LOG_INFO"
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI" LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB" FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"

View file

@ -51,9 +51,11 @@
AttributionAppPkgName="com.google.android.carrierlocation" AttributionAppPkgName="com.google.android.carrierlocation"
AssertEnabled="false" AssertEnabled="false"
PpsDevice="/sys/class/pps/pps0/assert_elapsed"
/> />
<gll <gll
PpsEnable="true"
LogPriMask="LOG_INFO" LogPriMask="LOG_INFO"
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI" LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB" FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"

View file

@ -51,9 +51,11 @@
AttributionAppPkgName="com.google.android.carrierlocation" AttributionAppPkgName="com.google.android.carrierlocation"
AssertEnabled="false" AssertEnabled="false"
PpsDevice="/sys/class/pps/pps0/assert_elapsed"
/> />
<gll <gll
PpsEnable="true"
LogPriMask="LOG_INFO" LogPriMask="LOG_INFO"
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI" LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB" FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"

View file

@ -31,3 +31,4 @@ SecondaryConfigPath=/data/vendor/gps/overlay/lhd_overlay.conf
SkipSensorWakeLock=true SkipSensorWakeLock=true
LoggerWakeLockEnable=false LoggerWakeLockEnable=false
PpsEnable=true

View file

@ -29,3 +29,4 @@ TrafficLogEnabled=false
SkipSensorWakeLock=true SkipSensorWakeLock=true
LoggerWakeLockEnable=false LoggerWakeLockEnable=false
PpsEnable=true

File diff suppressed because it is too large Load diff