Merge 2024-06 Release (ab/AP2A.240605.024) to aosp-main-future
Bug: 343100748 Merged-In: I2c1785105bab74a483bc68893d96a8a88eabfd90 Change-Id: I92a4a0fcec18e459b899a4da7ed13527197fe64b
This commit is contained in:
commit
8be8b3d6ef
5 changed files with 1 additions and 24 deletions
|
@ -1,5 +0,0 @@
|
||||||
PRODUCT_PACKAGES += BetterBugStub
|
|
||||||
PRODUCT_PACKAGES_DEBUG += BetterBug
|
|
||||||
|
|
||||||
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/public
|
|
||||||
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/private
|
|
|
@ -1,15 +0,0 @@
|
||||||
typeattribute better_bug_app coredomain;
|
|
||||||
|
|
||||||
app_domain(better_bug_app)
|
|
||||||
net_domain(better_bug_app)
|
|
||||||
|
|
||||||
allow better_bug_app shell_data_file:file read;
|
|
||||||
allow better_bug_app privapp_data_file:file execute;
|
|
||||||
|
|
||||||
allow better_bug_app app_api_service:service_manager find;
|
|
||||||
allow better_bug_app system_api_service:service_manager find;
|
|
||||||
allow better_bug_app mediaserver_service:service_manager find;
|
|
||||||
|
|
||||||
set_prop(better_bug_app, ctl_start_prop)
|
|
||||||
|
|
||||||
get_prop(better_bug_app, system_boot_reason_prop)
|
|
|
@ -1,2 +0,0 @@
|
||||||
# BetterBug
|
|
||||||
user=_app isPrivApp=true name=com.google.android.apps.internal.betterbug domain=better_bug_app type=app_data_file levelFrom=all
|
|
|
@ -1 +0,0 @@
|
||||||
type better_bug_app, domain;
|
|
|
@ -6,7 +6,7 @@ ifneq ($(TARGET_BUILD_VARIANT), user)
|
||||||
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
|
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
|
||||||
|
|
||||||
# Pixel 5a (barbet) does not support Pixel dump
|
# Pixel 5a (barbet) does not support Pixel dump
|
||||||
ifneq ($(TARGET_PRODUCT), barbet)
|
ifeq (,$(filter barbet%,$(TARGET_PRODUCT)))
|
||||||
PRODUCT_PACKAGES_DEBUG += dump_gyotaku
|
PRODUCT_PACKAGES_DEBUG += dump_gyotaku
|
||||||
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/dump
|
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/dump
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue