am a307bbc7
: am fcb077ea
: Merge "Put modules with install path to system/ to DATA/ in the zip file."
* commit 'a307bbc7dcc8ce533743ba829039de1f3f979beb': Put modules with install path to system/ to DATA/ in the zip file.
This commit is contained in:
commit
696af13a67
1 changed files with 1 additions and 1 deletions
|
@ -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)'))\
|
||||
|
|
Loading…
Reference in a new issue