xref: /optee_examples/acipher/Android.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_CFLAGS += -DANDROID_BUILD
5LOCAL_CFLAGS += -Wall
6
7LOCAL_SRC_FILES += host/main.c
8
9LOCAL_C_INCLUDES := $(LOCAL_PATH)/ta/include
10
11LOCAL_SHARED_LIBRARIES := libteec
12LOCAL_MODULE := optee_example_acipher
13LOCAL_VENDOR_MODULE := true
14LOCAL_MODULE_TAGS := optional
15include $(BUILD_EXECUTABLE)
16
17include $(LOCAL_PATH)/ta/Android.mk
18

Last Index update Fri Aug 22 08:59:00 CST 2025