Skip to content
Snippets Groups Projects
Commit 91e3dc2f authored by junyulai's avatar junyulai
Browse files

Enable framework-connectivity-t-pre-jarjar for service-t

framework-connectivity-t-pre-jarjar build target is needed
by service-t, thus, enabled this target on sc-mainline-prod
but still keep framework-connectivity-t disabled.

Bug: 204830222
Test: m
Change-Id: I03cbdb57966b746f3c93e989394a4dc999fe863a
parent 2ba9dbe1
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ java_defaults {
min_sdk_version: "Tiramisu",
defaults: [
"framework-module-defaults",
"enable-framework-connectivity-t-targets",
],
srcs: [
":framework-connectivity-tiramisu-updatable-sources",
......@@ -85,6 +84,7 @@ java_sdk_library {
name: "framework-connectivity-tiramisu",
defaults: [
"framework-connectivity-tiramisu-defaults",
"enable-framework-connectivity-t-targets",
],
// Do not add static_libs to this library: put them in framework-connectivity instead.
// The jarjar rules are only so that references to jarjared utils in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment