mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00

Android rules contain `assert is_android`. This didn't cause any problems only because GN doesn't touch files if they are not referenced from the root BUILD.gn file. Skipping presubmit because this CL triggers a warning even though it's just adding indentation. No-Presubmit: True Bug: None Change-Id: Ifcb8f0e1d47784ff800507f9d560c68e8f78c717 Reviewed-on: https://webrtc-review.googlesource.com/90040 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24061}
15 lines
541 B
Text
15 lines
541 B
Text
# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
if (is_android) {
|
|
import("//build/config/android/rules.gni")
|
|
|
|
android_java_prebuilt("autobanh_java") {
|
|
jar_path = "lib/autobanh.jar"
|
|
}
|
|
}
|