Skip to content

Commit

Permalink
athene: Disable camera treble path
Browse files Browse the repository at this point in the history
Test: Compiles, property in build.prop as expected
Bug: 34786432
Change-Id: Ia09fdaf3a38d07536b0f5ec97770169ce6d7f660
  • Loading branch information
Eino-Ville Talvala authored and nikitsharma15 committed Sep 15, 2017
1 parent b143f7b commit 460a920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ PRODUCT_PACKAGES += \
camera.device@3.2-impl \
android.hardware.camera.provider@2.4-impl

# Disable camera Treble path
PRODUCT_PROPERTY_OVERRIDES += \
camera.disable_treble=true

# CMActions
PRODUCT_PACKAGES += \
CMActions
Expand Down

0 comments on commit 460a920

Please sign in to comment.