Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59ab7a3d authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Migrate the dist rule of api_fingerprint.txt to Soong

...and remove the existing dist rule in Make to support dist'ing
api_fingerprint.txt in Make

Test: m droid dist --soong-only && ls -l out/dist/api_fingerprint.txt
Bug: 394365683
Change-Id: Ibe637051fffead3af791ca8baa07ff705fe836a2
parent fee5677c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -295,11 +295,6 @@ ndk-docs: $(ndk_doxygen_out)/index.html
.PHONY: ndk-docs
endif

ifeq ($(HOST_OS),linux)
$(call dist-for-goals,sdk,$(API_FINGERPRINT))
$(call dist-for-goals,droidcore,$(API_FINGERPRINT))
endif

INSTALLED_RECOVERYIMAGE_TARGET :=
# Build recovery image if
# BUILDING_RECOVERY_IMAGE && !BOARD_USES_RECOVERY_AS_BOOT && !BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT.