Merge changes from topic "enable_p24_ntn" into main

* changes:
  Add default PixelSatelliteService package name
  enable SUPPORT_VENDOR_SATELLITE_SERVICE
This commit is contained in:
Tim Lin 2023-11-16 23:47:24 +00:00 committed by Android (Google) Code Review
commit 2e81f17b0c
2 changed files with 5 additions and 0 deletions

View file

@ -1153,6 +1153,8 @@ include device/google/gs-common/pixel_ril/ril.mk
endif endif
endif endif
SUPPORT_VENDOR_SATELLITE_SERVICE := true
# Touch service # Touch service
include hardware/google/pixel/input/twoshay.mk include hardware/google/pixel/input/twoshay.mk

View file

@ -307,4 +307,7 @@
<!-- Pre-scale volume at volume step 3 for Absolute Volume --> <!-- Pre-scale volume at volume step 3 for Absolute Volume -->
<fraction name="config_prescaleAbsoluteVolume_index3">100%</fraction> <fraction name="config_prescaleAbsoluteVolume_index3">100%</fraction>
<!-- Telephony satellite service package name to bind to by default. -->
<string name="config_satellite_service_package">com.google.android.satellite</string>
</resources> </resources>