summaryrefslogtreecommitdiff
path: root/light/aidl/default/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'light/aidl/default/Android.bp')
-rw-r--r--light/aidl/default/Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/light/aidl/default/Android.bp b/light/aidl/default/Android.bp
new file mode 100644
index 0000000000..ae3f4630de
--- /dev/null
+++ b/light/aidl/default/Android.bp
@@ -0,0 +1,16 @@
+cc_binary {
+ name: "android.hardware.lights-service.example",
+ relative_install_path: "hw",
+ init_rc: ["lights-default.rc"],
+ vintf_fragments: ["lights-default.xml"],
+ vendor: true,
+ shared_libs: [
+ "libbase",
+ "libbinder_ndk",
+ "android.hardware.light-ndk_platform",
+ ],
+ srcs: [
+ "Lights.cpp",
+ "main.cpp",
+ ],
+}