BUILD.gn 428 B

1234567891011121314151617
  1. # Copyright 2017 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/android/rules.gni")
  5. android_library("kb_java") {
  6. srcjar_deps = [ ":aidl" ]
  7. }
  8. android_aidl("aidl") {
  9. sources = [ "com/google/vr/keyboard/IGvrKeyboardLoader.aidl" ]
  10. }
  11. config("kb_config") {
  12. include_dirs = [ "src/libraries/headers/" ]
  13. }