-
Notifications
You must be signed in to change notification settings - Fork 9
/
fill_out.mk
33 lines (27 loc) · 899 Bytes
/
fill_out.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Path to the root directories
#NDK :=
#SDK :=
KERNELDIR :=
# Select the device to build kernel modules for
# Supported devices are located in the devices folder.
include devices/nexus7.mk
# Targeted Android platform version.
#
# In order to list possible platforms :
# ls ${NDK}/platforms
#
# API versions can be found on :
# http://developer.android.com/about/dashboards/index.html
#
PLATFORM := android-14
# Where to install temporary files on build machine
INSTALL_PATH := /tmp/lttng-android
# Where lttng will be installed on the device
# WARNING : Should not be the same path
# as the one containing .../var/run
TARGET_INSTALL_PATH := /data/lttng-install
# This path needs to be writable for the adb push
PACKAGE_PUSH_PATH := /sdcard/lttng-android.tar
# Override automatic detection of build platform
#BUILD_PLATFORM := linux-x86_64
#BUILD_PLATFORM := linux-x86