Skip to content

Commit

Permalink
Merge "One more update for libbcinfo."
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhines authored and android code review committed Apr 4, 2012
2 parents 7205b05 + 1d52518 commit 52b8f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Android.mk
Expand Up @@ -26,7 +26,7 @@ endif
LOCAL_MODULE := mesa
LOCAL_SRC_FILES := $(mesa_SRC_FILES)
LOCAL_STATIC_LIBRARIES := libMesa
LOCAL_SHARED_LIBRARIES := libbcc
LOCAL_SHARED_LIBRARIES := libbcc libbcinfo
LOCAL_C_INCLUDES := $(mesa_C_INCLUDES)
LOCAL_LDLIBS := -lpthread -ldl

Expand All @@ -46,7 +46,7 @@ endif
LOCAL_MODULE := mesa
LOCAL_SRC_FILES := $(mesa_SRC_FILES)
LOCAL_STATIC_LIBRARIES := libMesa
LOCAL_SHARED_LIBRARIES := libstlport libcutils libutils libhardware libgui libbcc libdl
LOCAL_SHARED_LIBRARIES := libstlport libcutils libutils libhardware libgui libbcc libbcinfo libdl
LOCAL_C_INCLUDES := $(mesa_C_INCLUDES)

include $(LLVM_ROOT_PATH)/llvm-device-build.mk
Expand Down

0 comments on commit 52b8f5e

Please sign in to comment.