Apply specific profile in fingerprint.xml 48/66048/2
authorsangwan.kwon <sangwan.kwon@samsung.com>
Fri, 15 Apr 2016 04:32:11 +0000 (13:32 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Fri, 15 Apr 2016 04:40:43 +0000 (13:40 +0900)
Change-Id: I2c11d212e40d4790a801e37ae3936897c120208b

tools/CMakeLists.txt

index ba1dda8..95e8b31 100644 (file)
@@ -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
 )