4f25c2a143
Relanding without automotive/vehicle/2.0+2.1 changes.
This reverts commit 1020ebedfb
.
Merged-In: I8608c8f636c35f21e4246a805a9eff6d14124e0a
Change-Id: Icc49df42c2bedf443d878d5d8fbaa53441ea65db
87 lines
2.7 KiB
Makefile
87 lines
2.7 KiB
Makefile
# This file is autogenerated by hidl-gen. Do not edit manually.
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
################################################################################
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := android.hardware.bluetooth-V1.0-java
|
|
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
|
|
|
intermediates := $(call local-generated-sources-dir, COMMON)
|
|
|
|
HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX)
|
|
|
|
LOCAL_JAVA_LIBRARIES := \
|
|
android.hidl.base-V1.0-java \
|
|
|
|
LOCAL_NO_STANDARD_LIBRARIES := true
|
|
LOCAL_JAVA_LIBRARIES += core-oj hwbinder
|
|
|
|
#
|
|
# Build types.hal (Status)
|
|
#
|
|
GEN := $(intermediates)/android/hardware/bluetooth/V1_0/Status.java
|
|
$(GEN): $(HIDL)
|
|
$(GEN): PRIVATE_HIDL := $(HIDL)
|
|
$(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal
|
|
$(GEN): PRIVATE_OUTPUT_DIR := $(intermediates)
|
|
$(GEN): PRIVATE_CUSTOM_TOOL = \
|
|
$(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \
|
|
-Ljava \
|
|
-randroid.hardware:hardware/interfaces \
|
|
-randroid.hidl:system/libhidl/transport \
|
|
android.hardware.bluetooth@1.0::types.Status
|
|
|
|
$(GEN): $(LOCAL_PATH)/types.hal
|
|
$(transform-generated-source)
|
|
LOCAL_GENERATED_SOURCES += $(GEN)
|
|
|
|
#
|
|
# Build IBluetoothHci.hal
|
|
#
|
|
GEN := $(intermediates)/android/hardware/bluetooth/V1_0/IBluetoothHci.java
|
|
$(GEN): $(HIDL)
|
|
$(GEN): PRIVATE_HIDL := $(HIDL)
|
|
$(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IBluetoothHci.hal
|
|
$(GEN): PRIVATE_DEPS += $(LOCAL_PATH)/IBluetoothHciCallbacks.hal
|
|
$(GEN): $(LOCAL_PATH)/IBluetoothHciCallbacks.hal
|
|
$(GEN): PRIVATE_DEPS += $(LOCAL_PATH)/types.hal
|
|
$(GEN): $(LOCAL_PATH)/types.hal
|
|
$(GEN): PRIVATE_OUTPUT_DIR := $(intermediates)
|
|
$(GEN): PRIVATE_CUSTOM_TOOL = \
|
|
$(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \
|
|
-Ljava \
|
|
-randroid.hardware:hardware/interfaces \
|
|
-randroid.hidl:system/libhidl/transport \
|
|
android.hardware.bluetooth@1.0::IBluetoothHci
|
|
|
|
$(GEN): $(LOCAL_PATH)/IBluetoothHci.hal
|
|
$(transform-generated-source)
|
|
LOCAL_GENERATED_SOURCES += $(GEN)
|
|
|
|
#
|
|
# Build IBluetoothHciCallbacks.hal
|
|
#
|
|
GEN := $(intermediates)/android/hardware/bluetooth/V1_0/IBluetoothHciCallbacks.java
|
|
$(GEN): $(HIDL)
|
|
$(GEN): PRIVATE_HIDL := $(HIDL)
|
|
$(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/IBluetoothHciCallbacks.hal
|
|
$(GEN): PRIVATE_DEPS += $(LOCAL_PATH)/types.hal
|
|
$(GEN): $(LOCAL_PATH)/types.hal
|
|
$(GEN): PRIVATE_OUTPUT_DIR := $(intermediates)
|
|
$(GEN): PRIVATE_CUSTOM_TOOL = \
|
|
$(PRIVATE_HIDL) -o $(PRIVATE_OUTPUT_DIR) \
|
|
-Ljava \
|
|
-randroid.hardware:hardware/interfaces \
|
|
-randroid.hidl:system/libhidl/transport \
|
|
android.hardware.bluetooth@1.0::IBluetoothHciCallbacks
|
|
|
|
$(GEN): $(LOCAL_PATH)/IBluetoothHciCallbacks.hal
|
|
$(transform-generated-source)
|
|
LOCAL_GENERATED_SOURCES += $(GEN)
|
|
include $(BUILD_JAVA_LIBRARY)
|
|
|
|
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|