Skip to content

Commit 260e7e2

Browse files
enh-googleGerrit Code Review
authored andcommitted
Merge "Remove the hack for including libpagemap's headers."
2 parents 34cee2b + f99b8c6 commit 260e7e2

File tree

4 files changed

+4
-33
lines changed

4 files changed

+4
-33
lines changed

ksmutils/Android.mk

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,11 @@
1313
# limitations under the License.
1414

1515
LOCAL_PATH:= $(call my-dir)
16-
include $(CLEAR_VARS)
1716

17+
include $(CLEAR_VARS)
1818
LOCAL_SRC_FILES := ksminfo.c lookup3.c
19-
20-
LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21-
2219
LOCAL_SHARED_LIBRARIES := libpagemap
23-
2420
LOCAL_MODULE := ksminfo
25-
2621
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
27-
2822
LOCAL_MODULE_TAGS := debug
29-
3023
include $(BUILD_EXECUTABLE)

librank/Android.mk

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,11 @@
1313
# limitations under the License.
1414

1515
LOCAL_PATH:= $(call my-dir)
16-
include $(CLEAR_VARS)
1716

17+
include $(CLEAR_VARS)
1818
LOCAL_SRC_FILES := librank.c
19-
20-
LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21-
2219
LOCAL_SHARED_LIBRARIES := libpagemap
23-
2420
LOCAL_MODULE := librank
25-
2621
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
27-
2822
LOCAL_MODULE_TAGS := debug
29-
3023
include $(BUILD_EXECUTABLE)

procmem/Android.mk

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,11 @@
1313
# limitations under the License.
1414

1515
LOCAL_PATH:= $(call my-dir)
16-
include $(CLEAR_VARS)
1716

17+
include $(CLEAR_VARS)
1818
LOCAL_SRC_FILES := procmem.c
19-
20-
LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21-
2219
LOCAL_SHARED_LIBRARIES := libpagemap
23-
2420
LOCAL_MODULE := procmem
25-
2621
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
27-
2822
LOCAL_MODULE_TAGS := debug
29-
3023
include $(BUILD_EXECUTABLE)

procrank/Android.mk

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,12 @@
1313
# limitations under the License.
1414

1515
LOCAL_PATH:= $(call my-dir)
16-
include $(CLEAR_VARS)
1716

17+
include $(CLEAR_VARS)
1818
LOCAL_SRC_FILES := procrank.c
19-
20-
LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21-
2219
LOCAL_CFLAGS := -Wall -Wextra -Wformat=2 -Werror
23-
2420
LOCAL_SHARED_LIBRARIES := libpagemap
25-
2621
LOCAL_MODULE := procrank
27-
2822
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
29-
3023
LOCAL_MODULE_TAGS := debug
31-
3224
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)