From 150a02fa36d0918130e9906a6177c00fe5be2894 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Thu, 26 May 2022 12:35:36 -0700 Subject: Update TEST_MAPPING Test: None Bug: 233924440 Change-Id: I3c78682661c68f769c01c9e443a792bc1df60454 --- TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 9a60ded..77642ba 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -11,6 +11,11 @@ "path": "external/rust/crates/unicode-xid" } ], + "postsubmit": [ + { + "name": "tinytemplate_test_src_lib" + } + ], "presubmit": [ { "name": "tinytemplate_test_src_lib" -- cgit v1.2.3 From ec01c769f9441a237b5937062dcf1052150f6896 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 14 Jun 2022 17:17:41 -0700 Subject: Update TEST_MAPPING Test: None Bug: 236006683 Change-Id: I0f9b4e986b153122ce113c42d37c8fc208d61489 --- TEST_MAPPING | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index 77642ba..9a60ded 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -11,11 +11,6 @@ "path": "external/rust/crates/unicode-xid" } ], - "postsubmit": [ - { - "name": "tinytemplate_test_src_lib" - } - ], "presubmit": [ { "name": "tinytemplate_test_src_lib" -- cgit v1.2.3 From 4c8f7b3cfc98b66877c712f5147ee7ca3f7e7817 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 7 Mar 2023 17:25:00 -0800 Subject: Make tinytemplate available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I17c8499aed6a36480653390af98efbff802b3951 --- Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Android.bp b/Android.bp index 850e6fd..4b5acd9 100644 --- a/Android.bp +++ b/Android.bp @@ -49,6 +49,12 @@ rust_library { "libserde", "libserde_json", ], + apex_available: [ + "//apex_available:platform", + "//apex_available:anyapex", + ], + product_available: true, + vendor_available: true, } rust_test { -- cgit v1.2.3