Loading core/Makefile +0 −13 Original line number Diff line number Diff line Loading @@ -7937,19 +7937,6 @@ ifneq ($(sdk_repo_goal),) include $(TOPDIR)development/build/tools/sdk_repo.mk endif # ----------------------------------------------------------------- # Soong generates the list of all shared libraries that are depended on by fuzz # targets. It saves this list as a source:destination pair to # FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS, where the source is the path to the # build of the unstripped shared library, and the destination is the # /data/fuzz/$ARCH/lib (for device) or /fuzz/$ARCH/lib (for host) directory # where fuzz target shared libraries are to be "reinstalled". The # copy-many-files below generates the rules to copy the unstripped shared # libraries to the device or host "reinstallation" directory. These rules are # depended on by each module in soong_cc_prebuilt.mk, where the module will have # a dependency on each shared library that it needs to be "reinstalled". FUZZ_SHARED_DEPS := $(call copy-many-files,$(strip $(FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS))) # ----------------------------------------------------------------- # The rule to build all fuzz targets for C++ and Rust, and package them. # Note: The packages are created in Soong, and in a perfect world, Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=BP3A.250503.001 BUILD_ID=BP3A.250504.001 Loading
core/Makefile +0 −13 Original line number Diff line number Diff line Loading @@ -7937,19 +7937,6 @@ ifneq ($(sdk_repo_goal),) include $(TOPDIR)development/build/tools/sdk_repo.mk endif # ----------------------------------------------------------------- # Soong generates the list of all shared libraries that are depended on by fuzz # targets. It saves this list as a source:destination pair to # FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS, where the source is the path to the # build of the unstripped shared library, and the destination is the # /data/fuzz/$ARCH/lib (for device) or /fuzz/$ARCH/lib (for host) directory # where fuzz target shared libraries are to be "reinstalled". The # copy-many-files below generates the rules to copy the unstripped shared # libraries to the device or host "reinstallation" directory. These rules are # depended on by each module in soong_cc_prebuilt.mk, where the module will have # a dependency on each shared library that it needs to be "reinstalled". FUZZ_SHARED_DEPS := $(call copy-many-files,$(strip $(FUZZ_TARGET_SHARED_DEPS_INSTALL_PAIRS))) # ----------------------------------------------------------------- # The rule to build all fuzz targets for C++ and Rust, and package them. # Note: The packages are created in Soong, and in a perfect world, Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=BP3A.250503.001 BUILD_ID=BP3A.250504.001