am ec4cbf4f: Merge "Grab macros from libbase instead of duplicating"
* commit 'ec4cbf4f93ddb14653c27bfd7a169e010b87286c': Grab macros from libbase instead of duplicating
This commit is contained in:
@@ -35,6 +35,9 @@ LOCAL_SRC_FILES := \
|
|||||||
options.cpp \
|
options.cpp \
|
||||||
search_path.cpp \
|
search_path.cpp \
|
||||||
|
|
||||||
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
libbase \
|
||||||
|
|
||||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
#ifndef AIDL_AIDL_LANGUAGE_H_
|
#ifndef AIDL_AIDL_LANGUAGE_H_
|
||||||
#define AIDL_AIDL_LANGUAGE_H_
|
#define AIDL_AIDL_LANGUAGE_H_
|
||||||
|
|
||||||
|
#include <base/macros.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "macros.h"
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NO_EXTRA_TEXT = 0,
|
NO_EXTRA_TEXT = 0,
|
||||||
SHORT_COMMENT,
|
SHORT_COMMENT,
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#ifndef AIDL_MACROS_H_
|
|
||||||
#define AIDL_MACROS_H_
|
|
||||||
|
|
||||||
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
|
|
||||||
TypeName(const TypeName&); \
|
|
||||||
void operator=(const TypeName&)
|
|
||||||
|
|
||||||
#endif // AIDL_MACROS_H_
|
|
||||||
Reference in New Issue
Block a user