Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5491bd1 authored by Treehugger Robot's avatar Treehugger Robot Committed by android-build-merger
Browse files

Merge "Include libbase headers in libbinder include path" am: 33dcaf9b am: 875f6263 am: 7861c630

am: a1f162e4

* commit 'a1f162e4':
  Include libbase headers in libbinder include path

Change-Id: I4810be6ffe3cfd3da81d4eee1a967ec503d5ff39
parents 55420597 a1f162e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <string>
#include <vector>

#include <android-base/unique_fd.h>
#include <cutils/native_handle.h>
#include <nativehelper/ScopedFd.h>
#include <utils/Errors.h>
+4 −2
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := libbinder
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils
LOCAL_SHARED_LIBRARIES := libbase liblog libcutils libutils
LOCAL_EXPORT_SHARED_LIBRARY_HEADERS := libbase libutils

LOCAL_CLANG := true
LOCAL_SANITIZE := integer
@@ -61,7 +62,8 @@ include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := libbinder
LOCAL_STATIC_LIBRARIES += libutils
LOCAL_STATIC_LIBRARIES := libbase libutils
LOCAL_EXPORT_STATIC_LIBRARY_HEADERS := libbase libutils
LOCAL_SRC_FILES := $(sources)
ifneq ($(TARGET_USES_64_BIT_BINDER),true)
ifneq ($(TARGET_IS_64_BIT),true)