mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "libhwbinder test: Android.mk -> Android.bp"
am: 154040c0ca
Change-Id: Ibaebc42be2d02322984ee205342e6b848a9d73bb
This commit is contained in:
@@ -14,6 +14,7 @@ subdirs = [
|
||||
"inheritance/1.0/default",
|
||||
"libhwbinder/1.0",
|
||||
"libhwbinder/1.0/default",
|
||||
"libhwbinder/aidl",
|
||||
"memory/1.0",
|
||||
"memory/1.0/default",
|
||||
"msgq/1.0",
|
||||
|
||||
15
tests/libhwbinder/aidl/Android.bp
Normal file
15
tests/libhwbinder/aidl/Android.bp
Normal file
@@ -0,0 +1,15 @@
|
||||
cc_library_shared {
|
||||
name: "android.hardware.tests.libbinder",
|
||||
|
||||
srcs: ["android/tests/binder/IBenchmark.aidl"],
|
||||
|
||||
aidl: {
|
||||
export_aidl_headers: true,
|
||||
},
|
||||
|
||||
shared_libs: [
|
||||
"libbinder",
|
||||
"libutils",
|
||||
],
|
||||
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := android.hardware.tests.libbinder
|
||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||
|
||||
LOCAL_SRC_FILES := android/tests/binder/IBenchmark.aidl
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libbinder \
|
||||
libutils \
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
Reference in New Issue
Block a user