From 16be4fc08c0a77cc64027ed46c80a1cddf570c63 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 9 Oct 2018 15:05:09 +0800 Subject: binding: mediaplayer: update version of conf.d/app-templates submodule To allow coverage tests to be run it requires the app-templates to be updated to a recent release. Bug-AGL: SPEC-1799 Change-Id: I3e33500d7e25e833071ff42c2c6ecd4a104734f3 Signed-off-by: Matt Ranostay --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d') diff --git a/conf.d/app-templates b/conf.d/app-templates index 8967162..0f25ab2 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 8967162dd12bce89f9ae27f5c9bce7b78624e3fd +Subproject commit 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d884 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 92c7ee1..a2b6b3a 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -42,7 +42,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") +set(CMAKE_BUILD_TYPE "RELEASE") # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. -- cgit 1.2.3-korg