Support profile merging.

Bug: 248318911
Test: m test-art-host-gtest-art_artd_tests
Test: atest ArtServiceTests
Ignore-AOSP-First: ART Services.
Change-Id: I0a6cb02ae31593f68648500e838882236881d349
diff --git a/artd/path_utils.h b/artd/path_utils.h
index f3a6359..5b2b1d3 100644
--- a/artd/path_utils.h
+++ b/artd/path_utils.h
@@ -51,6 +51,9 @@
 android::base::Result<std::string> BuildPrebuiltProfilePath(
     const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);
 
+android::base::Result<std::string> BuildCurProfilePath(
+    const aidl::com::android::server::art::ProfilePath::CurProfilePath& cur_profile_path);
+
 android::base::Result<std::string> BuildDexMetadataPath(
     const aidl::com::android::server::art::DexMetadataPath& dex_metadata_path);