File tree Expand file tree Collapse file tree 4 files changed +4
-33
lines changed Expand file tree Collapse file tree 4 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
LOCAL_PATH: = $(call my-dir)
16
- include $(CLEAR_VARS )
17
16
17
+ include $(CLEAR_VARS )
18
18
LOCAL_SRC_FILES := ksminfo.c lookup3.c
19
-
20
- LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21
-
22
19
LOCAL_SHARED_LIBRARIES := libpagemap
23
-
24
20
LOCAL_MODULE := ksminfo
25
-
26
21
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES )
27
-
28
22
LOCAL_MODULE_TAGS := debug
29
-
30
23
include $(BUILD_EXECUTABLE )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
LOCAL_PATH: = $(call my-dir)
16
- include $(CLEAR_VARS )
17
16
17
+ include $(CLEAR_VARS )
18
18
LOCAL_SRC_FILES := librank.c
19
-
20
- LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21
-
22
19
LOCAL_SHARED_LIBRARIES := libpagemap
23
-
24
20
LOCAL_MODULE := librank
25
-
26
21
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES )
27
-
28
22
LOCAL_MODULE_TAGS := debug
29
-
30
23
include $(BUILD_EXECUTABLE )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
LOCAL_PATH: = $(call my-dir)
16
- include $(CLEAR_VARS )
17
16
17
+ include $(CLEAR_VARS )
18
18
LOCAL_SRC_FILES := procmem.c
19
-
20
- LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21
-
22
19
LOCAL_SHARED_LIBRARIES := libpagemap
23
-
24
20
LOCAL_MODULE := procmem
25
-
26
21
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES )
27
-
28
22
LOCAL_MODULE_TAGS := debug
29
-
30
23
include $(BUILD_EXECUTABLE )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
LOCAL_PATH: = $(call my-dir)
16
- include $(CLEAR_VARS )
17
16
17
+ include $(CLEAR_VARS )
18
18
LOCAL_SRC_FILES := procrank.c
19
-
20
- LOCAL_C_INCLUDES := $(call include-path-for, libpagemap)
21
-
22
19
LOCAL_CFLAGS := -Wall -Wextra -Wformat=2 -Werror
23
-
24
20
LOCAL_SHARED_LIBRARIES := libpagemap
25
-
26
21
LOCAL_MODULE := procrank
27
-
28
22
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES )
29
-
30
23
LOCAL_MODULE_TAGS := debug
31
-
32
24
include $(BUILD_EXECUTABLE )
You can’t perform that action at this time.
0 commit comments