msm8974-common: Build and enable fastbootd
Change-Id: I0b20600fe7203a7aec19cbea8f6849052585c6ab
This commit is contained in:
parent
fc16d6b483
commit
53fd5b0828
@ -96,6 +96,10 @@ PRODUCT_PACKAGES += \
|
||||
android.hardware.drm@1.0-impl \
|
||||
android.hardware.drm@1.0-service
|
||||
|
||||
# fastbootd
|
||||
PRODUCT_PACKAGES += \
|
||||
fastbootd
|
||||
|
||||
# GPS
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.gnss@1.0-impl \
|
||||
|
5
sepolicy/fastbootd.te
Normal file
5
sepolicy/fastbootd.te
Normal file
@ -0,0 +1,5 @@
|
||||
recovery_only(`
|
||||
userdebug_or_eng(`
|
||||
permissive fastbootd;
|
||||
')
|
||||
')
|
@ -3,6 +3,9 @@ audio.offload.buffer.size.kb=32
|
||||
audio.offload.gapless.enabled=false
|
||||
av.offload.enable=true
|
||||
|
||||
# fastbootd
|
||||
ro.fastbootd.available=true
|
||||
|
||||
# GL
|
||||
ro.opengles.version=196608
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user