blob: 55c2eb1475374f0cb72a5c82e7b12bc94aecf0e9 [file] [log] [blame] [edit]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("//mojo/public/tools/bindings/mojom.gni")
android_library("sensors") {
java_files = [
"org/domokit/sensors/SensorForwarder.java",
"org/domokit/sensors/SensorServiceImpl.java",
]
deps = [
"//mojo/public/java:bindings",
"//mojo/public/java:system",
":interfaces_java",
]
}
mojom("interfaces") {
sources = [
"sensors.mojom",
]
}