msm8974-common: Build and enable fastbootd

Change-Id: I0b20600fe7203a7aec19cbea8f6849052585c6ab
This commit is contained in:
Alessandro Astone 2020-02-26 15:09:19 +01:00 committed by Nolen Johnson
parent fc16d6b483
commit 53fd5b0828
3 changed files with 12 additions and 0 deletions

View File

@ -96,6 +96,10 @@ PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \ android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service android.hardware.drm@1.0-service
# fastbootd
PRODUCT_PACKAGES += \
fastbootd
# GPS # GPS
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl \ android.hardware.gnss@1.0-impl \

5
sepolicy/fastbootd.te Normal file
View File

@ -0,0 +1,5 @@
recovery_only(`
userdebug_or_eng(`
permissive fastbootd;
')
')

View File

@ -3,6 +3,9 @@ audio.offload.buffer.size.kb=32
audio.offload.gapless.enabled=false audio.offload.gapless.enabled=false
av.offload.enable=true av.offload.enable=true
# fastbootd
ro.fastbootd.available=true
# GL # GL
ro.opengles.version=196608 ro.opengles.version=196608