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

Commit a307bbc7 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am fcb077ea: Merge "Put modules with install path to system/ to DATA/ in the zip file."

* commit 'fcb077ea':
  Put modules with install path to system/ to DATA/ in the zip file.
parents 5bb6eeb9 fcb077ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ $(foreach m,$(my_modules),\
    $(if $(filter 1,$(words $(b))),\
      $(eval my_built_modules += $(b))\
      $(eval my_copy_dest := $(patsubst data/%,DATA/%,\
                               $(patsubst system/%,SYSTEM/%,\
                               $(patsubst system/%,DATA/%,\
                                 $(patsubst $(PRODUCT_OUT)/%,%,$(i)))))\
      $(eval my_copy_pairs += $(b):$(my_staging_dir)/$(my_copy_dest)),\
      $(warning Unexpected module built file '$(b)' for module '$(m)'))\