sysprop: Remove commits to void build break
Reason: while building it cause echo to break, and hence props are not set Change-Id: I7bed0e01cc71cbe37888f9d407569f8e1477d0f2
This commit is contained in:
parent
6aa030026c
commit
08f6715f37
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ define generate-common-build-props
|
|||
echo "ro.product.$(1).manufacturer=$(PRODUCT_MANUFACTURER)" >> $(2);\
|
||||
echo "ro.product.$(1).model=$(PRODUCT_MODEL)" >> $(2);\
|
||||
echo "ro.product.$(1).name=$(TARGET_PRODUCT)" >> $(2);\
|
||||
# Attestation specific properties for AOSP/GSI build running on device.
|
||||
if [ -n "$(strip $(PRODUCT_MODEL_FOR_ATTESTATION))" ]; then \
|
||||
echo "ro.product.model_for_attestation=$(PRODUCT_MODEL_FOR_ATTESTATION)" >> $(2);\
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue