[android-building] Re: Android Wear 9.0 released

2019-10-10 Thread 'Bill Yi' via Android Building
We pushed the kernel project for the following device:

Tag  Project Branch
  Device
android-wear-9.0.0_r0.33 kernel/msm  
android-msm-triggerfish-4.9-pie-wear-dr triggerfish

bill

-- 
-- 
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 to
android-building+unsubscr...@googlegroups.com
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 android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/e7830f1b-6e2e-4474-a89a-3b508826bfc4%40googlegroups.com.


Re: [android-building] Benchmarktest64 directory

2019-10-10 Thread 'Colin Cross' via Android Building
Likely an oversight.  It has been this way for benchmarks defined in Make
since 2016.  Maybe the benchmark test runners are running as root?

On Thu, Oct 10, 2019 at 10:22 AM Paul Elliott  wrote:

> Hi all,
>
> Prior to android 9, all benchmarks and test suites were generally built
> into /data/nativetest(64), however recently in Android 9, some (but not
> all) tests have been ending up getting built into /data/benchmarktest(64),
> due to a change aligning soong with make -
> https://android-review.googlesource.com/c/platform/build/soong/+/479681
>
> This would be fine, however due to its lack of inclusion
> in system/core/libcutils/fs_config.cpp, this folder is created without any
> permissions whatsoever.
>
> I have checked this is still the case in Android 10, and indeed master. Is
> this an oversight, or am I missing something?
>
> Thanks in advance,
>
> Paul.
>
> --
> --
> 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 to
> android-building+unsubscr...@googlegroups.com
> 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 android-building+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-building/989e4b75-4366-4b18-b534-dd12f2c022a4%40googlegroups.com
> 
> .
>

-- 
-- 
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 to
android-building+unsubscr...@googlegroups.com
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 android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CAMbhsRQPB4gBrfymm13k4452OtihHL9urzQMjXzgp6WFO6jH%3DA%40mail.gmail.com.


[android-building] Benchmarktest64 directory

2019-10-10 Thread Paul Elliott
Hi all,

Prior to android 9, all benchmarks and test suites were generally built 
into /data/nativetest(64), however recently in Android 9, some (but not 
all) tests have been ending up getting built into /data/benchmarktest(64), 
due to a change aligning soong with make 
- https://android-review.googlesource.com/c/platform/build/soong/+/479681

This would be fine, however due to its lack of inclusion 
in system/core/libcutils/fs_config.cpp, this folder is created without any 
permissions whatsoever.

I have checked this is still the case in Android 10, and indeed master. Is 
this an oversight, or am I missing something?

Thanks in advance,

Paul.

-- 
-- 
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 to
android-building+unsubscr...@googlegroups.com
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 android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/989e4b75-4366-4b18-b534-dd12f2c022a4%40googlegroups.com.


Re: [android-building] Unable to compile wpa_supplicant in AOSP-10 (Android Q) by running make command in root foleder of AOSP.

2019-10-10 Thread sachin verma
Hi Dan,
Thanks for reply.
But my issue is bit weird. When I do make in AOSP root folder, I can see
the "external/wpa_supplicant_8/wpa_supplicant/Android.mk" being called and
executed(verified from logs), but even then the 'C' code and changes there
are not reflected in my final build.
For verification even if I put some syntax error in few C files*(which are
include in Android.mk) under wpa_supplican**t* the build succeeded without
error but changes are not reflected.
As per your suggestion doing "m wpa_supplicant`" in
external/wpa_supplicant_8 detects syntax errors produced intermediate Obj
on out directory. Not sure how flash them in device.
Not sure if wpa_supplicant is build from somewhere else OR ninja build
system on Android 10 is skipping the changes based on some rules? *Please
note I am not facing the issue on Android 9*

Thanks
Sachin

On Sat, Oct 5, 2019 at 2:22 AM 'Dan Willemsen' via Android Building <
android-building@googlegroups.com> wrote:

> Does whichever product you're building set WPA_SUPPLICANT_VERSION so that
> external/wpa_supplicant_8 is used?
>
>
> https://android.googlesource.com/platform/external/wpa_supplicant_8/+/refs/heads/master/Android.mk
>
> Is wpa_supplicant in your PRODUCT_PACKAGES? If not, you should be able to
> build it with `m wpa_supplicant`
>
> - Dan
>
> On Thu, Oct 3, 2019 at 12:53 PM sachin verma 
> wrote:
>
>> Hi All,
>>
>> I have done some changes in
>> external/wpa_supplicant_8/wpa_supplicant/hs20_supplicant.c file and then
>> compiling it by running make command in AOSP root directory, after
>> completion I can't see my changes. I checked its not compiling the
>> wpa_supplicant module. It will be very helpful if someone can tell the
>> reason or can tell the configuration where I can enable the compilation of
>> wpa_supplicant.
>>
>> Thanks,
>> Sachin
>>
>> --
>> --
>> 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 to
>> android-building+unsubscr...@googlegroups.com
>> 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 android-building+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-building/2c8e6527-b724-4aed-937d-907ca0821884%40googlegroups.com
>> 
>> .
>>
> --
> --
> 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 to
> android-building+unsubscr...@googlegroups.com
> 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 android-building+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-building/CALQgHdnYvRZ6j1Tc%3DbLgCgWzpOXb5odoAtuJoENHtEEJQLWADQ%40mail.gmail.com
> 
> .
>

-- 
-- 
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 to
android-building+unsubscr...@googlegroups.com
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 android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/CA%2BYOsKLBGCwVA8HH9S2D%3DPYWh1KA5Xd39Cv89YzdgysBWwwuDw%40mail.gmail.com.