From 2ab6036cbfa6be92bb8a6e5f19b6016efa9adb6b Mon Sep 17 00:00:00 2001 From: "sangwan.kwon" Date: Fri, 15 Apr 2016 13:32:11 +0900 Subject: [PATCH] Apply specific profile in fingerprint.xml Change-Id: I2c11d212e40d4790a801e37ae3936897c120208b --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index ba1dda8..95e8b31 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,7 +12,7 @@ GET_FILENAME_COMPONENT( EXECUTE_PROCESS( COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/add-fingerprint.sh - ${CMAKE_SOURCE_DIR}/certificates + ${CMAKE_SOURCE_DIR}/certificates/${PROFILE_TARGET}/${RELMODE} ${FINGERPRINT_LIST_XML} RESULT_VARIABLE ERROR_CODE ) -- 2.34.1