diff options
author | 2024-06-05 20:25:03 +0900 | |
---|---|---|
committer | 2024-06-13 09:04:42 +0900 | |
commit | 22c8aca89318c722b3cab55c39b45e3d7b70be3e (patch) | |
tree | 4c8bd51e22154b79733924761d8b75d458f67a5d /Android.bp | |
parent | 6918e6084cb7d8afa1ce4afb53d36da291a4d441 (diff) |
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
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |