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

Commit 25863d73 authored by Doug Zongker's avatar Doug Zongker
Browse files

build the sqlite3 binary for use by the OTA tools

Change-Id: I2c6cc02dec74fdcedd3e2a6f3ddb1dfba657a883
parent 15e199c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -959,6 +959,7 @@ built_ota_tools := \
	$(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \
	$(call intermediates-dir-for,EXECUTABLES,applypatch_static)/applypatch_static \
	$(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \
	$(call intermediates-dir-for,EXECUTABLES,sqlite3)/sqlite3 \
	$(call intermediates-dir-for,EXECUTABLES,updater)/updater
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools)