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

Commit 232929cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Create transitive-res-packages for prebuilt java libraries" into main

parents 5ab8f4a8 75c29b8b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -172,6 +172,12 @@ framework_res_package_export := \
endif
endif

# transitive-res-packages is only populated for Soong modules for now, but needs
# to exist so that other Make modules can depend on it.  Create an empty file.
my_transitive_res_packages := $(intermediates.COMMON)/transitive-res-packages
$(my_transitive_res_packages):
	touch $@

my_res_package := $(intermediates.COMMON)/package-res.apk

# We needed only very few PRIVATE variables and aapt2.mk input variables. Reset the unnecessary ones.