Snap for 9981223 from f55b2ffc2e
to udc-release
Change-Id: Ib5e0830f2ed9fa6e7f3080e184d5847c1edcf79d
This commit is contained in:
commit
1c8624d942
4 changed files with 14 additions and 1 deletions
|
@ -23,3 +23,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
|
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/native/data/etc/android.software.ipsec_tunnel_migration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnel_migration.xml
|
||||||
|
|
|
@ -9,6 +9,10 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/pixel_ril/co
|
||||||
|
|
||||||
PRODUCT_PACKAGES += ril-extension
|
PRODUCT_PACKAGES += ril-extension
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google/tools/ril-extension-service
|
PRODUCT_PACKAGES_DEBUG += libgooglerilmemmonitor
|
||||||
|
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
vendor/google/tools/ril-extension-service \
|
||||||
|
vendor/google/tools/ril-mem-monitor
|
||||||
|
|
||||||
USE_GOOGLE_RIL_EXT := true
|
USE_GOOGLE_RIL_EXT := true
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
add_service(rild, hal_ril_ext_service)
|
add_service(rild, hal_ril_ext_service)
|
||||||
binder_call(rild, rilextensionservice_app)
|
binder_call(rild, rilextensionservice_app)
|
||||||
|
|
||||||
|
# Allow rild to ptrace for memory leak detection
|
||||||
|
userdebug_or_eng(`
|
||||||
|
allow rild self:process ptrace;
|
||||||
|
')
|
||||||
|
|
1
storage/sepolicy/fastbootd.te
Normal file
1
storage/sepolicy/fastbootd.te
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow fastbootd devpts:chr_file rw_file_perms;
|
Loading…
Add table
Add a link
Reference in a new issue