Files
meta-mortsgna/classes/instant-paths.bbclass
Andreas Müller 7f2ea5ab33 Furher work on instant sdk
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-02 09:37:07 +01:00

6 lines
241 B
Plaintext

# This is where instant native sysroot is installed to
INSTANT_NATIVE_PATH = "${TMPDIR}/sysroot-instant-native"
# This is where instant target sysroot is installed to
INSTANT_TARGET_PATH = "${TMPDIR}/sysroot-instant-target-${MACHINE_ARCH}"