Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Build target libraries for eng builds.
Browse files Browse the repository at this point in the history
So that perf is available by default.

Change-Id: I1109dd25e6e54c3f4c40cdf56255ed165b66085f
  • Loading branch information
Ben Cheng committed Mar 30, 2012
1 parent fd93794 commit 65a81b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions libdw/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -D_GNU_SOURCE -DIS_LIBDW
# to fix machine-dependent issues
LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE:= libdw

Expand Down Expand Up @@ -172,7 +172,7 @@ LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -DIS_LIBDW -Werror
# to suppress the "pointer of type ‘void *’ used in arithmetic" warning
LOCAL_CFLAGS += -Wno-pointer-arith

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE:= libdw

Expand Down
4 changes: 2 additions & 2 deletions libdwfl/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ endif
# to fix machine-dependent issues
LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE:= libdwfl

Expand Down Expand Up @@ -98,7 +98,7 @@ LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -Werror
# to suppress the "pointer of type ‘void *’ used in arithmetic" warning
LOCAL_CFLAGS += -Wno-pointer-arith

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE:= libdwfl

Expand Down
4 changes: 2 additions & 2 deletions libebl/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -D_GNU_SOURCE

LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE:= libebl

Expand Down Expand Up @@ -114,7 +114,7 @@ LOCAL_CFLAGS += -include $(LOCAL_PATH)/../bionic-fixup/AndroidFixup.h

LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -Werror

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE:= libebl

Expand Down
2 changes: 1 addition & 1 deletion libelf/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ LOCAL_CFLAGS += -Wno-pointer-arith

LOCAL_CFLAGS += -include $(LOCAL_PATH)/../bionic-fixup/AndroidFixup.h

LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := eng

LOCAL_MODULE := libelf

Expand Down

0 comments on commit 65a81b2

Please sign in to comment.