Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 1 | # This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | LOCAL_PATH := $(call my-dir) |
| 4 | |
| 5 | ################################################################################ |
| 6 | |
| 7 | include $(CLEAR_VARS) |
Andreas Huber | 0a80ba6 | 2017-04-13 09:57:28 -0700 | [diff] [blame] | 8 | LOCAL_MODULE := android.hidl.manager-V1.0-java |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 9 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 10 | |
Andreas Huber | 7c40088 | 2017-02-09 10:08:04 -0800 | [diff] [blame] | 11 | intermediates := $(call local-generated-sources-dir, COMMON) |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 12 | |
| 13 | HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX) |
| 14 | |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 15 | LOCAL_JAVA_LIBRARIES := \ |
Andreas Huber | 0a80ba6 | 2017-04-13 09:57:28 -0700 | [diff] [blame] | 16 | android.hidl.base-V1.0-java \ |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 17 | |
Sundong Ahn | 98dcee8 | 2017-07-13 16:30:56 +0900 | [diff] [blame^] | 18 | LOCAL_NO_STANDARD_LIBRARIES := true |
| 19 | LOCAL_JAVA_LIBRARIES += core-oj hwbinder |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 20 | |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 21 | # |
| 22 | # Build IServiceManager.hal |
| 23 | # |
Yifan Hong | 071afa9 | 2016-12-12 16:05:52 -0800 | [diff] [blame] | 24 | GEN := $(intermediates)/android/hidl/manager/V1_0/IServiceManager.java |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 25 | $(GEN): $(HIDL) |
| 26 | $(GEN): PRIVATE_HIDL := $(HIDL) |
| 27 | $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IServiceManager.hal |
| 28 | $(GEN): PRIVATE_DEPS += $(LOCAL_PATH)/IServiceNotification.hal |
| 29 | $(GEN): $(LOCAL_PATH)/IServiceNotification.hal |
| 30 | $(GEN): PRIVATE_OUTPUT_DIR := $(intermediates) |
| 31 | $(GEN): PRIVATE_CUSTOM_TOOL = \ |
| 32 | $(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \ |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 33 | -Ljava \ |
| 34 | -randroid.hidl:system/libhidl/transport \ |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 35 | android.hidl.manager@1.0::IServiceManager |
| 36 | |
| 37 | $(GEN): $(LOCAL_PATH)/IServiceManager.hal |
| 38 | $(transform-generated-source) |
| 39 | LOCAL_GENERATED_SOURCES += $(GEN) |
| 40 | |
| 41 | # |
| 42 | # Build IServiceNotification.hal |
| 43 | # |
Yifan Hong | 071afa9 | 2016-12-12 16:05:52 -0800 | [diff] [blame] | 44 | GEN := $(intermediates)/android/hidl/manager/V1_0/IServiceNotification.java |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 45 | $(GEN): $(HIDL) |
| 46 | $(GEN): PRIVATE_HIDL := $(HIDL) |
| 47 | $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IServiceNotification.hal |
| 48 | $(GEN): PRIVATE_OUTPUT_DIR := $(intermediates) |
| 49 | $(GEN): PRIVATE_CUSTOM_TOOL = \ |
| 50 | $(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \ |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 51 | -Ljava \ |
| 52 | -randroid.hidl:system/libhidl/transport \ |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 53 | android.hidl.manager@1.0::IServiceNotification |
| 54 | |
| 55 | $(GEN): $(LOCAL_PATH)/IServiceNotification.hal |
| 56 | $(transform-generated-source) |
| 57 | LOCAL_GENERATED_SOURCES += $(GEN) |
| 58 | include $(BUILD_JAVA_LIBRARY) |
| 59 | |
| 60 | |
| 61 | ################################################################################ |
| 62 | |
| 63 | include $(CLEAR_VARS) |
Andreas Huber | 0a80ba6 | 2017-04-13 09:57:28 -0700 | [diff] [blame] | 64 | LOCAL_MODULE := android.hidl.manager-V1.0-java-static |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 65 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 66 | |
Andreas Huber | 7c40088 | 2017-02-09 10:08:04 -0800 | [diff] [blame] | 67 | intermediates := $(call local-generated-sources-dir, COMMON) |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 68 | |
| 69 | HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX) |
| 70 | |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 71 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
Andreas Huber | 0a80ba6 | 2017-04-13 09:57:28 -0700 | [diff] [blame] | 72 | android.hidl.base-V1.0-java-static \ |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 73 | |
Sundong Ahn | 98dcee8 | 2017-07-13 16:30:56 +0900 | [diff] [blame^] | 74 | LOCAL_NO_STANDARD_LIBRARIES := true |
| 75 | LOCAL_JAVA_LIBRARIES := core-oj hwbinder |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 76 | |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 77 | # |
| 78 | # Build IServiceManager.hal |
| 79 | # |
Yifan Hong | 071afa9 | 2016-12-12 16:05:52 -0800 | [diff] [blame] | 80 | GEN := $(intermediates)/android/hidl/manager/V1_0/IServiceManager.java |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 81 | $(GEN): $(HIDL) |
| 82 | $(GEN): PRIVATE_HIDL := $(HIDL) |
| 83 | $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IServiceManager.hal |
| 84 | $(GEN): PRIVATE_DEPS += $(LOCAL_PATH)/IServiceNotification.hal |
| 85 | $(GEN): $(LOCAL_PATH)/IServiceNotification.hal |
| 86 | $(GEN): PRIVATE_OUTPUT_DIR := $(intermediates) |
| 87 | $(GEN): PRIVATE_CUSTOM_TOOL = \ |
| 88 | $(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \ |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 89 | -Ljava \ |
| 90 | -randroid.hidl:system/libhidl/transport \ |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 91 | android.hidl.manager@1.0::IServiceManager |
| 92 | |
| 93 | $(GEN): $(LOCAL_PATH)/IServiceManager.hal |
| 94 | $(transform-generated-source) |
| 95 | LOCAL_GENERATED_SOURCES += $(GEN) |
| 96 | |
| 97 | # |
| 98 | # Build IServiceNotification.hal |
| 99 | # |
Yifan Hong | 071afa9 | 2016-12-12 16:05:52 -0800 | [diff] [blame] | 100 | GEN := $(intermediates)/android/hidl/manager/V1_0/IServiceNotification.java |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 101 | $(GEN): $(HIDL) |
| 102 | $(GEN): PRIVATE_HIDL := $(HIDL) |
| 103 | $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IServiceNotification.hal |
| 104 | $(GEN): PRIVATE_OUTPUT_DIR := $(intermediates) |
| 105 | $(GEN): PRIVATE_CUSTOM_TOOL = \ |
| 106 | $(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \ |
Yifan Hong | 2cd440c | 2016-11-23 11:30:36 -0800 | [diff] [blame] | 107 | -Ljava \ |
| 108 | -randroid.hidl:system/libhidl/transport \ |
Steven Moreland | 40ede2c | 2016-11-09 13:51:53 -0800 | [diff] [blame] | 109 | android.hidl.manager@1.0::IServiceNotification |
| 110 | |
| 111 | $(GEN): $(LOCAL_PATH)/IServiceNotification.hal |
| 112 | $(transform-generated-source) |
| 113 | LOCAL_GENERATED_SOURCES += $(GEN) |
| 114 | include $(BUILD_STATIC_JAVA_LIBRARY) |
| 115 | |
| 116 | |
| 117 | |
| 118 | include $(call all-makefiles-under,$(LOCAL_PATH)) |