I reset my aosp workspace. For it, I did repo init and sync and tried first building.
But it fails with this error message. ------------------------------------------------------------------------------------------------------------------------------------ build/make/core/tasks/owners.mk:25: error: real file "out/target/product/redfin/obj/PACKAGING/owners_intermediates/owners.zip" depends on PHONY target "OWNERS" 15:49:50 ckati failed with: exit status 1 #### failed to build some targets (03:32 (mm:ss)) #### ------------------------------------------------------------------------------------------------------------------------------------ I executed commands on ubuntu 18.04: $ git clone https://android.googlesource.com/platform/manifest $ cd manifest $ repo init -u https://android.googlesource.com/platform/manifest -b master $ repo sync $ source build/envsetup.sh $ lunch aosp_redfin-userdebug (Even with aosp_arm64-eng, result is same) $ make -j4 What should I do for successful building? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/d70789d3-2a19-445c-93d7-cf67ce3aece2n%40googlegroups.com.
