mirror of
https://github.com/openharmony/tee_tee_dev_kit.git
synced 2026-08-25 09:09:44 -04:00
@@ -15,7 +15,7 @@ set -e
|
||||
|
||||
export SOURCE_PATH=$(dirname $0)
|
||||
export ABS_SOURCE_PATH=$(cd ${SOURCE_PATH};pwd)
|
||||
export TEE_BUILD_PATH=${ABS_SOURCE_PATH}/../../../../
|
||||
export TEE_BUILD_PATH=${ABS_SOURCE_PATH}/../../../
|
||||
SIGNTOOL_DIR=${TEE_BUILD_PATH}/build/tools
|
||||
CUR_DIR=$(pwd)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ TARGET_IS_ARM64 = y
|
||||
# If no API_LEVEL is specified, API of GP 1.1.1 will be taken
|
||||
CFLAGS += -DAPI_LEVEL=2
|
||||
|
||||
include ../../../../build/mk/common.mk
|
||||
include ../../../build/mk/common.mk
|
||||
|
||||
SRC += $(wildcard ./*.c)
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
../../../../build/build_ta.sh
|
||||
../../../build/build_ta.sh
|
||||
Reference in New Issue
Block a user