Skip to content

Commit

Permalink
kitakami: Let cameraservice close native handles
Browse files Browse the repository at this point in the history
 * Our current camera HAL doesn't close native handles internally,
   causing video recording to freeze after ~30s.
 * When setting this flag we ensure that cameraservice becomes
   responsible for such actions, thus fixing the camcorder issues.
 * Revert when camera HAL is updated with proper support.

Change-Id: I2d36728d4b05d1a38408e1c072e8c33dfb091ef8
  • Loading branch information
bgcngm authored and erikcas committed Jun 10, 2017
1 parent 91c920f commit 7d4997b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlatformConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ SNDRV_COMPRESS_SET_NEXT_TRACK_PARAM := true

# We use stock camera blobs
USE_CAMERA_STUB := true
TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true

# Disable dex-preoptimization
WITH_DEXPREOPT := false
Expand Down

0 comments on commit 7d4997b

Please sign in to comment.