Adjust
This commit is contained in:
parent
2b5af7d092
commit
5d38a7fa4b
|
@ -210,16 +210,6 @@ android_app_import {
|
|||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "SearchSelectorPrebuilt",
|
||||
owner: "google_devices",
|
||||
apk: "product/priv-app/SearchSelectorPrebuilt/SearchSelectorPrebuilt.apk",
|
||||
certificate: "platform",
|
||||
privileged: true,
|
||||
dex_preopt: { enabled: false },
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "SSRestartDetector",
|
||||
owner: "google_devices",
|
||||
|
|
|
@ -24,7 +24,6 @@ TARGET_BOARD_INFO_FILE := vendor/google_devices/oriole/firmware/android-info.txt
|
|||
|
||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
|
||||
hardware/google/pixel-sepolicy/connectivity_thermal_power_manager \
|
||||
hardware/google/pixel-sepolicy/turbo_adapter/private
|
||||
|
||||
# Missing system_ext SELinux context: /metadata/repair-mode/config(/.*)? u:object_r:repair_mode_metadata_config_file:s0
|
||||
# Missing system_ext SELinux context: repair_mode.init_completed. u:object_r:repair_mode_init_prop:s0 prefix bool
|
||||
|
|
Loading…
Reference in New Issue