Commit 260fb055 authored by Fred Mello's avatar Fred Mello Committed by Commit Bot

Android: Remove temporary code keeping downstream unbroken

Related to: https://crrev.com/c/1841694

Bug: 1005802
Change-Id: I344c4e408730d8b4c0c70bb22162839ff4171053
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842863
Commit-Queue: Fred Mello <fredmello@chromium.org>
Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703332}
parent 8668c18f
......@@ -37,8 +37,6 @@ android_library("module_installer_java") {
"//third_party/google_android_play_core:com_google_android_play_core_java",
]
jar_excluded_patterns = [ "*/ModuleInstallerConfig.class" ]
annotation_processor_deps = [ "//base/android/jni_generator:jni_processor" ]
}
......@@ -78,16 +76,6 @@ java_annotation_processor("module_interface_processor") {
]
}
# Use this one if your target needs to depend on ModuleInstallerConfig. The
# other two targets are automatically added to build targets.
java_cpp_template("module_installer_build_config") {
# TODO(fredmello): Temporary code to keep downstream unbroken.
package_path = "org/chromium/components/module_installer/builder"
sources = [
"build/ModuleInstallerConfig.template",
]
}
source_set("native") {
sources = [
"module.cc",
......
// Copyright 2019 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.
package org.chromium.components.module_installer.builder;
/**
* Build config for DFMs.
* TODO(fredmello): Temporary code to keep downstream unbroken
*/
public class ModuleInstallerConfig { }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment