mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
android: Change tests & tools directory to use the lib directory
Instead of recompiling the lib directory for every tool or tests we can just re-use the static library. This also has the nice side effect of fixing the android "mm" command to allow android users to only rebuild the local changes in either the test or tools directory. Signed-off-by: Rafael Barbalho <rafael.barbalho@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
committed by
Damien Lespiau
parent
bdb08f981c
commit
09bcb0ab4b
+1
-1
@@ -48,7 +48,7 @@ LOCAL_GENERATED_SOURCES := \
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(LOCAL_PATH)/..
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
|
||||
|
||||
LOCAL_CFLAGS += -DHAVE_LIBDRM_ATOMIC_PRIMITIVES
|
||||
LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM
|
||||
|
||||
Reference in New Issue
Block a user