gs-common/esim: include sysprop setupwizard.feature.provisioning_profile_mode
So all eSIM bootstrap configs are included in one shot. This change is no-op for devices already including esim.mk because the sysproop was already set so. Flag: NONE no-op mk change Bug: 380280915 Change-Id: Ic1e83e4cd2ad546ddecbef7234457559894217e1
This commit is contained in:
parent
6db7e6756d
commit
8fb8122f3b
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
## Configuration for eSIM bootstrap
|
||||
|
||||
# Enable eSIM bootstrap by default
|
||||
PRODUCT_PRODUCT_PROPERTIES += setupwizard.feature.provisioning_profile_mode=true
|
||||
|
||||
# init.rc and sepolcy to conditionally disable eSIM bootstrap
|
||||
PRODUCT_PACKAGES += init.esim-gs.rc
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/esim/sepolicy/vendor
|
||||
# system_ext
|
||||
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/gs-common/esim/sepolicy/system_ext/public
|
||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/esim/sepolicy/system_ext/private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue