diff options
author | Santhosh Behara <santhoshbehara@codeaurora.org> | 2017-05-23 12:33:42 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-23 06:00:45 -0700 |
commit | cc2601708f87e6c308ef48bef8e22e2fc3180700 (patch) | |
tree | c7ff046c9e832866d9ea0a89f2b86c9aee73c412 /sdm660_64.mk | |
parent | b0379f97a4df50c7e8d24ffcce35bfb2a1880eaf (diff) |
SDM660_64: Enable the flag TARGET_USES_MEDIA_EXTENSIONS
Enable the flag TARGET_USES_MEDIA_EXTENSIONS for video recording
on camera HAL1 to work on sdm660.
Change-Id: I56422996e8160079859e0189cc9cfa9c49e66abc
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 9bfc916..53a3c9c 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -82,7 +82,7 @@ ifneq (,$(strip $(wildcard $(PRODUCT_RENDERING_ENGINE_REVLIB)))) endif # Enable features in video HAL that can compile only on this platform -TARGET_USES_MEDIA_EXTENSIONS := false +TARGET_USES_MEDIA_EXTENSIONS := true # WLAN chipset WLAN_CHIPSET := qca_cld3 |