Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1549ff1 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fixup include paths

- remove unneeded include deps
- remove some hardcoded include paths

Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
parent 7e5f1e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= app-linux.cpp demo.c.arm
LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM libui
LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
LOCAL_MODULE:= angeles
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv1_CM \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-fillrate

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv1_CM \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-filter

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv1_CM \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-finish

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
    libGLESv2 \
    libui

LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)

LOCAL_MODULE:= test-opengl-gl2_basic

Loading