mirror of
https://github.com/openharmony/third_party_re2.git
synced 2026-07-01 09:20:39 -04:00
@@ -12,7 +12,9 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//developtools/profiler/build/config.gni")
|
||||
|
||||
THIRDPARTY_RE2_SUBSYS_NAME = "thirdparty"
|
||||
THIRDPARTY_RE2_PART_NAME = "re2"
|
||||
|
||||
libre2_path = rebase_path("//third_party/re2")
|
||||
exec_script("install.sh", [ "$libre2_path" ])
|
||||
@@ -65,6 +67,6 @@ ohos_shared_library("re2") {
|
||||
version_script = "libre2.map"
|
||||
}
|
||||
install_enable = true
|
||||
subsystem_name = "${OHOS_PROFILER_SUBSYS_NAME}"
|
||||
part_name = "${OHOS_PROFILER_PART_NAME}"
|
||||
subsystem_name = "${THIRDPARTY_RE2_SUBSYS_NAME}"
|
||||
part_name = "${THIRDPARTY_RE2_PART_NAME}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user