Instruct AIDL to generate NoOp inner class

Use custom AIDL flag to auto-generate the inner static class NoOp

Change-Id: I98005a99b3df168b4fb9951006eb9aff72e499ff
This commit is contained in:
Luis Vidal 2016-07-13 15:21:50 -07:00 committed by Gerrit Code Review
parent 1a2589b3d4
commit 147522b86c
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ LOCAL_INTERMEDIATE_SOURCES := \
# Include aidl files from cyanogenmod.app namespace as well as internal src aidl files
LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/sdk/src/java
LOCAL_AIDL_FLAGS := -n
include $(BUILD_JAVA_LIBRARY)
cm_framework_module := $(LOCAL_INSTALLED_MODULE)
@ -173,6 +174,7 @@ LOCAL_SRC_FILES := \
# Included aidl files from cyanogenmod.app namespace
LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/sdk/src/java
LOCAL_AIDL_FLAGS := -n
cmsdk_LOCAL_INTERMEDIATE_SOURCES := \
$(cm_platform_res)/cyanogenmod/platform/R.java \