[android-building] GPL for Android TV 9.0

2019-07-15 Thread 'Bill Yi' via Android Building
We pushed the kernel project for the following device: Tag | Project | Branch | device android-tv-9.0.0_r0.1 | kernel/arm64 | android-tv-atom-4.9-pie| Atom bill -- -- You received this message because you are subscribed to the "Android Building"

[android-building] Re: AOSP libselinux build error for android-q-preview-1

2019-07-15 Thread 'Roman Stratiienko' via Android Building
Hello, I have done some tricks to make build successful, let me share it with you guys. *# Step 1. Fetch Android* repo init -u https://android.googlesource.com/platform/manifest -b android-q-preview-5 repo sync -cq *# Step 2. Fix Android* rm -rf cts/hostsidetests/jdwptunnel/ pushd

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

2019-07-15 Thread 'Dan Willemsen' via Android Building
Those variables aren't exposed, partially because it becomes very difficult to understand which pieces of the system are then product-specific vs generic. Is there a reason why you wouldn't just read the runtime properties rather than trying to embed those values in code? - Dan On Mon, Jul 15,

Re: [android-building] Android O build error for car emulator

2019-07-15 Thread Shilesh Babu
Hi Kun Li, I am facing same issue could you plz suggest anything system/core/liblog/include/log/log_main.h:240:52: note: expanded from macro 'ALOGE' #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) ^~~