am 5bd11b48: Merge changes Ib13d9654,I98723ccd
* commit '5bd11b48875846b304e782afc537b4b4b8a6eb39': system/core: remove $(KERNEL_HEADERS) from includes libcutils: fix atomic_memory_store_barrier
This commit is contained in:
commit
4b53b0147a
3 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ void android_memory_barrier(void)
|
||||||
extern ANDROID_ATOMIC_INLINE
|
extern ANDROID_ATOMIC_INLINE
|
||||||
void android_memory_store_barrier(void)
|
void android_memory_store_barrier(void)
|
||||||
{
|
{
|
||||||
__asm__ __volatile__ ("dmb isht" : : : "memory");
|
__asm__ __volatile__ ("dmb ishst" : : : "memory");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ else # !arm
|
||||||
endif # !x86
|
endif # !x86
|
||||||
endif # !arm
|
endif # !arm
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(libcutils_c_includes) $(KERNEL_HEADERS)
|
LOCAL_C_INCLUDES := $(libcutils_c_includes)
|
||||||
LOCAL_STATIC_LIBRARIES := liblog
|
LOCAL_STATIC_LIBRARIES := liblog
|
||||||
LOCAL_CFLAGS += $(targetSmpFlag)
|
LOCAL_CFLAGS += $(targetSmpFlag)
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ LOCAL_SRC_FILES:= \
|
||||||
|
|
||||||
LOCAL_MODULE:= libsysutils
|
LOCAL_MODULE:= libsysutils
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
|
LOCAL_C_INCLUDES :=
|
||||||
|
|
||||||
LOCAL_CFLAGS :=
|
LOCAL_CFLAGS :=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue