Put modules with install path to system/ to DATA/ in the zip file.
Change-Id: I3948c28bb3f988d57da41d6eb8f97da4e20b0e86
This commit is contained in:
parent
357842b109
commit
03270b97ca
|
@ -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 New Issue