google_pixel: Fixe ExtServices for 13

* Pull from extracted APEX.
lineage-20.0
Nolen Johnson 2 years ago
parent de1fdaa8f3
commit 4c5739b620
  1. 2
      apps/GoogleApps.mk
  2. BIN
      apps/apks/GoogleExtServicesMobile.apk
  3. 24
      apps/permissions/privapp_allowlist_com.google.android.ext.services.xml
  4. 1
      product.mk

@ -66,5 +66,7 @@ PRODUCT_COPY_FILES += \
vendor/google_pixel/apps/permissions/privapp-permissions-google-p-pixel.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-google-p-pixel.xml
PRODUCT_COPY_FILES += \
vendor/google_pixel/apps/permissions/privapp-permissions-google-se-pixel.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/privapp-permissions-google-se-pixel.xml
PRODUCT_COPY_FILES += \
vendor/google_pixel/apps/permissions/privapp_allowlist_com.google.android.ext.services.xml:system/etc/permissions/privapp_allowlist_com.google.android.ext.services.xml
PRODUCT_PACKAGE_OVERLAYS += vendor/google_pixel/overlays/overlay-gms

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2022 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<permissions>
<privapp-permissions package="com.google.android.ext.services">
<permission name="android.permission.PROVIDE_RESOLVER_RANKER_SERVICE" />
<permission name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" />
<permission name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" />
<permission name="android.permission.INTERACT_ACROSS_USERS" />
</privapp-permissions>
</permissions>

@ -32,6 +32,7 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/app/SoundPickerPrebuilt/SoundPickerPrebuilt.apk \
system/etc/permissions/privapp-permissions-pixel-s.xml \
system/etc/permissions/privapp-permissions-pixel.xml \
system/etc/permissions/privapp_allowlist_com.google.android.ext.services.xml \
system/priv-app/GoogleExtServicesMobile/GoogleExtServicesMobile.apk
## Sepolicy

Loading…
Cancel
Save