Don't attempt to write to / for aar prebuilts
This path needs to be set if we're going to build aar prebuilts with aapt2. Bug: 33381544 Test: Attempt to build an aar prebuilt with LOCAL_USE_AAPT2 := true, it doesn't fail writing to / Change-Id: I28c85736986221607a1d7a295ff1522b993a2049
This commit is contained in:
parent
f9937b5c24
commit
48845257dc
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ $(my_res_package): PRIVATE_TARGET_AAPT_CHARACTERISTICS :=
|
|||
full_android_manifest :=
|
||||
my_res_resources :=
|
||||
my_overlay_resources :=
|
||||
my_compiled_res_base_dir :=
|
||||
my_compiled_res_base_dir := $(intermediates.COMMON)/flat-res
|
||||
R_file_stamp :=
|
||||
proguard_options_file :=
|
||||
my_generated_res_dirs := $(intermediates.COMMON)/aar/res
|
||||
|
|
Loading…
Reference in a new issue