[escher] Add a telemetry API based off ion's

This commit is contained in:
Romain Goyet
2020-02-13 19:03:32 -05:00
committed by Ecco
parent 670490e642
commit b06de12902
7 changed files with 63 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
TOOLCHAIN = android
EXE = so
EPSILON_TELEMETRY ?= 1
ifdef NDK_ABI
BUILD_DIR := $(BUILD_DIR)/$(NDK_ABI)
endif