Re: [android-building] How to modify LOCAL_SRC_FILES := ../../ in Android.bp

2017-10-01 Thread Colin Cross
If the source files are logically part of the module, move your Android.bp file into the top directory that contains all the source files. If you are using source files from another module, export them from that module using a filegroup module: filegroup { name: "my_exported_sources",

[android-building] How to modify LOCAL_SRC_FILES := ../../ in Android.bp

2017-10-01 Thread oanh le
Dear all, Android.mk support back directory LOCAL_SRC_FILES := ../../ How to make it in Android.bp Thank you -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To

[android-building] Can not locate config makefile for product

2017-10-01 Thread aadi
I extracted the device tree from stock boot.img and made vendor tree but when i run lunch and select the device this error comes. Which would you like? [aosp_arm-eng] 25 build/core/product_config.mk:227: *** Can not locate config makefile for product "htc_m8et". Stop.