From 22c8aca89318c722b3cab55c39b45e3d7b70be3e Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Wed, 5 Jun 2024 20:25:03 +0900 Subject: Call PackageFile for dexpreopt files Dexpreopt files use RuleBuilder.Install() that installs the file from Make. By calling PackageFile, this information is also shared to soong PackagingSpec. Bug: 339314890 Test: See if .prof, .bprof, and vdex files are installed with "m aosp_cf_system_x86_64" Change-Id: I42167603ecfd4334e4f35602bdf03a21846fc798 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index b1db8e937..2c0ef4740 100644 --- a/Android.bp +++ b/Android.bp @@ -104,6 +104,7 @@ cc_genrule { // Instantiate the dex_bootjars singleton module. dex_bootjars { name: "dex_bootjars", + no_full_install: true, } // Pseudo-test that's run on checkbuilds to ensure that get_clang_version can -- cgit v1.2.3-59-g8ed1b