Re: [android-building] How to use build vars like PRODUCT_XXX in genrule cmd?

2019-11-22 Thread 'Dan Willemsen' via Android Building
We've recently updated our documentation around conditionals (and most use of make variables fall into the same category): https://android.googlesource.com/platform/build/soong/+/master/README.md#how-do-i-write-conditionals tl;dr: we'd prefer you didn't use them, but if you need to, you can via

Re: [android-building] How to use build vars like PRODUCT_XXX in genrule cmd?

2019-11-22 Thread Chih-Wei Huang
I have the same question. I'd like to use product variables like TARGET_PRODUCT in Android.bp. I searched the whole AOSP tree but still can't find a way to do that. Sigh,,, Is it possible? DavidRobin於 2019年7月16日星期二 UTC+8下午11時13分22秒寫道: > > Thanks for your reply. > Our purpose is to generate

[android-building] Re: cant build aosp src (oreo 8.1.0 r3), always fails (tried different targets)

2019-11-22 Thread Eliane Fonseca
oh sorry, i didn't see that post, but i will try the solution mentioned there -- -- 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 unsubscribe from this group, send email

[android-building] Re: building trusty tee

2019-11-22 Thread Semw
Trusty is included in AOSP (according to Trusty working documentation) when you built it but need to find out where it is included. Whether it is included as lk.bin or as source code which gets compiled when aosp gets compiled. I am also working on it. On Friday, November 15, 2019 at 9:28:05

Re: [android-building] Re: Android Security Backport Released

2019-11-22 Thread Chih-Wei Huang
James Muir於 2019年11月18日星期一 UTC+8下午4時04分45秒寫道: > > > Please manage the thing right, Google! > > I'm not sure if comments like that are helpful. > > Maybe there is a valid reason not to touch the SPL when google has not > published a device release from a given tag, or maybe it is just a >

Re: [android-building] AOSP sepolicy_tests_intermediates/sepolicy_tests error on building using MAC Catalina

2019-11-22 Thread Jianwu Gao
Hi I got same errors,not fixed yet Have you fix this issue? Dr. Dhanyu Eshaka 于2019年11月18日周一 上午1:23写道: > After updating MAC OSX to 10.15.1 (Catalina) I get the following errors on > sepolicy. > > The target build device is Pixel 3a XL ( android-10.0.0_r10) > > I need to resolve this ASAP. Any