File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ perfprofd_cppflags := \
12
12
#
13
13
include $(CLEAR_VARS )
14
14
LOCAL_CLANG := true
15
- LOCAL_CPP_EXTENSION := cc
15
+ LOCAL_CPP_EXTENSION := . cc
16
16
LOCAL_MODULE := libperfprofdcore
17
17
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
18
18
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES )
@@ -41,7 +41,7 @@ include $(BUILD_STATIC_LIBRARY)
41
41
#
42
42
include $(CLEAR_VARS )
43
43
LOCAL_CLANG := true
44
- LOCAL_CPP_EXTENSION := cc
44
+ LOCAL_CPP_EXTENSION := . cc
45
45
LOCAL_CXX_STL := libc++
46
46
LOCAL_MODULE := libperfprofdutils
47
47
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES )
@@ -55,7 +55,7 @@ include $(BUILD_STATIC_LIBRARY)
55
55
#
56
56
include $(CLEAR_VARS )
57
57
LOCAL_CLANG := true
58
- LOCAL_CPP_EXTENSION := cc
58
+ LOCAL_CPP_EXTENSION := . cc
59
59
LOCAL_CXX_STL := libc++
60
60
LOCAL_SRC_FILES := perfprofdmain.cc
61
61
LOCAL_STATIC_LIBRARIES := libperfprofdcore libperfprofdutils
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ perfprofd_test_cppflags := -Wall -Wno-sign-compare -Wno-unused-parameter -Werror
8
8
#
9
9
include $(CLEAR_VARS )
10
10
LOCAL_CLANG := true
11
- LOCAL_CPP_EXTENSION := cc
11
+ LOCAL_CPP_EXTENSION := . cc
12
12
LOCAL_CXX_STL := libc++
13
13
LOCAL_C_INCLUDES += system/extras/perfprofd
14
14
LOCAL_MODULE := libperfprofdmockutils
@@ -32,7 +32,7 @@ include $(BUILD_PREBUILT)
32
32
#
33
33
include $(CLEAR_VARS )
34
34
LOCAL_CLANG := true
35
- LOCAL_CPP_EXTENSION := cc
35
+ LOCAL_CPP_EXTENSION := . cc
36
36
LOCAL_CXX_STL := libc++
37
37
LOCAL_STATIC_LIBRARIES := libperfprofdcore libperfprofdmockutils libgtest libbase
38
38
LOCAL_SHARED_LIBRARIES := libprotobuf-cpp-lite
You can’t perform that action at this time.
0 commit comments