Re: [android-building] Re: Java error building AOSP 10

2019-11-23 Thread 'Dan Willemsen' via Android Building
Yep, I've reproduced this on minimal installs of both ArchLinux and Ubuntu.
`apt install fontconfig` fixes it on Ubuntu. On Arch, I had to install
fontconfig and a font (I tried ttf-droid) before it started working.

- Dan

On Sat, Nov 23, 2019 at 7:41 PM Daniel Fullmer  wrote:

> I believe I've encountered this error in the past. I was able to work around
> this by installing freetype / fontconfig (can't recall if one or both are
> necessary).
>
> On Saturday, November 23, 2019 at 9:15:36 PM UTC-5, Brian Moore wrote:
>>
>>
>> I've been building AOSP for my pixel devices for a few versions now, but
>> I'm running into an issue in the release of Android 10.
>>
>> I'm working with 10.0.0 r10, building for Pixel 3 (blueline).
>> I have the Google and QCom vendor binaries in the vendor/ tree, just as
>> I've always done.
>> I do a normal build process as shown in the attached file, and it always
>> fails at the same point.
>>
>> I broke down the cluster of commands that it was failing on, and found it
>> was this specific statement throwing the error:
>>
>> java -jar out/host/linux-x86/framework/RecoveryImageGenerator.jar 
>> --image_width
>> $((1080 - 10)) --text_name recovery_installing --font_dir out/target/
>> product/blueline/obj/PACKAGING/recovery_font_files_intermediates 
>> --resource_dir
>> bootable/recovery/tools/recovery_l10n/res/ --output_file out/target/
>> product/blueline/obj/PACKAGING/recovery_text_res_intermediates//installing_text.png
>> --center_alignment
>>
>> I found that if I ran this part of the build with Java 8 instead of Java
>> 9 (by modifying my default PATH), it worked.
>> But using Java 8 for the entire build causes other errors, and from what
>> I have read, Android 10 is supposed to be built with Java 9 only.
>>
>> The only thing that I'm doing differently than with builds of previous
>> versions of Android is that I am building without the vendor/opengapps
>> tree, because OpenGapps hasn't created a repository for Android 10.
>> However, I'm pretty sure that Google apps are not required just for a stock
>> AOSP build.
>>
>> Any idea what the problem could be?  I'm thinking I must have some
>> configuration wrong on my end, because I'm basically building the
>> unmodified source directly from Google.
>>
> --
> --
> 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/308ada71-a2f5-4f66-8e29-8fa76abce1ea%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/CALQgHd%3DdHB2kh8Q7b9jBuxBjdvzbWS-dcyHqEUHYWx1%2BN5MdSA%40mail.gmail.com.


[android-building] Re: Java error building AOSP 10

2019-11-23 Thread Daniel Fullmer
I believe I've encountered this error in the past. I was able to work around 
this by installing freetype / fontconfig (can't recall if one or both are 
necessary).

On Saturday, November 23, 2019 at 9:15:36 PM UTC-5, Brian Moore wrote:
>
>
> I've been building AOSP for my pixel devices for a few versions now, but 
> I'm running into an issue in the release of Android 10.
>
> I'm working with 10.0.0 r10, building for Pixel 3 (blueline).
> I have the Google and QCom vendor binaries in the vendor/ tree, just as 
> I've always done.
> I do a normal build process as shown in the attached file, and it always 
> fails at the same point.
>
> I broke down the cluster of commands that it was failing on, and found it 
> was this specific statement throwing the error:
>
> java -jar out/host/linux-x86/framework/RecoveryImageGenerator.jar 
> --image_width 
> $((1080 - 10)) --text_name recovery_installing --font_dir out/target/
> product/blueline/obj/PACKAGING/recovery_font_files_intermediates 
> --resource_dir 
> bootable/recovery/tools/recovery_l10n/res/ --output_file out/target/
> product/blueline/obj/PACKAGING/recovery_text_res_intermediates//installing_text.png
>  
> --center_alignment
>
> I found that if I ran this part of the build with Java 8 instead of Java 9 
> (by modifying my default PATH), it worked.  
> But using Java 8 for the entire build causes other errors, and from what I 
> have read, Android 10 is supposed to be built with Java 9 only.
>
> The only thing that I'm doing differently than with builds of previous 
> versions of Android is that I am building without the vendor/opengapps 
> tree, because OpenGapps hasn't created a repository for Android 10.  
> However, I'm pretty sure that Google apps are not required just for a stock 
> AOSP build.
>
> Any idea what the problem could be?  I'm thinking I must have some 
> configuration wrong on my end, because I'm basically building the 
> unmodified source directly from Google.
>

-- 
-- 
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/308ada71-a2f5-4f66-8e29-8fa76abce1ea%40googlegroups.com.


Re: [android-building] Java error building AOSP 10

2019-11-23 Thread 'Dan Willemsen' via Android Building
That's strange, I've got no idea why you're hitting it, but that we haven't
seen it anywhere else.

I've filed https://issuetracker.google.com/145064117 with my findings so
far.

- Dan

On Sat, Nov 23, 2019 at 6:15 PM Brian Moore  wrote:

>
> I've been building AOSP for my pixel devices for a few versions now, but
> I'm running into an issue in the release of Android 10.
>
> I'm working with 10.0.0 r10, building for Pixel 3 (blueline).
> I have the Google and QCom vendor binaries in the vendor/ tree, just as
> I've always done.
> I do a normal build process as shown in the attached file, and it always
> fails at the same point.
>
> I broke down the cluster of commands that it was failing on, and found it
> was this specific statement throwing the error:
>
> java -jar out/host/linux-x86/framework/RecoveryImageGenerator.jar 
> --image_width
> $((1080 - 10)) --text_name recovery_installing --font_dir out/target/
> product/blueline/obj/PACKAGING/recovery_font_files_intermediates 
> --resource_dir
> bootable/recovery/tools/recovery_l10n/res/ --output_file out/target/
> product/blueline/obj/PACKAGING/recovery_text_res_intermediates//installing_text.png
> --center_alignment
>
> I found that if I ran this part of the build with Java 8 instead of Java 9
> (by modifying my default PATH), it worked.
> But using Java 8 for the entire build causes other errors, and from what I
> have read, Android 10 is supposed to be built with Java 9 only.
>
> The only thing that I'm doing differently than with builds of previous
> versions of Android is that I am building without the vendor/opengapps
> tree, because OpenGapps hasn't created a repository for Android 10.
> However, I'm pretty sure that Google apps are not required just for a stock
> AOSP build.
>
> Any idea what the problem could be?  I'm thinking I must have some
> configuration wrong on my end, because I'm basically building the
> unmodified source directly from Google.
>
> --
> --
> 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/e5f6f455-2fb9-4d26-bb8e-a0fecece260f%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/CALQgHdmUf1z6uo%3DM9Hp%2Bep%2B6KsqP2Cg8FviB9%2BVjhO9Xd-ar6w%40mail.gmail.com.


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

2019-11-23 Thread 'Dan Willemsen' via Android Building
If you're trying to build android 10 (and not master), your best bet would
be to run a VM with Linux in order to build -- it very well may be a faster
build, and it will be a lot closer to what actually ships. The Mac build
works well enough for development, but it's not as complete as the Linux
build, and tends to require older Mac versions (the Mac version that was
out when the Android version was being developed -- in this case, Android
10 should work fine with 10.14, but not 10.15).

It looks like it's crashing because libc++ is being embedded twice into the
process (once as a shared library, then statically in the dlopened
libsepolwrap.so). I've got a fix here:
https://android-review.googlesource.com/c/platform/system/sepolicy/+/1173528

- Dan

On Sat, Nov 23, 2019 at 6:15 PM Dr. Dhanyu Eshaka  wrote:

> No moved back to Mojave . MAC OSX 10.14
> I think those errors has to do with Python compatibility issue or
> libsepolwrap.dylib conflict with Catalina
>
> Please let me know if you fix this. I am curious to know
>
> - Dhanyu
>
>
>
> On Fri, Nov 22, 2019 at 7:11 AM Jianwu Gao  wrote:
>
>> 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 help would be appreciated.
>>>
>>> [ 77% 78861/101937] build
>>> out/target/product/bonito/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests
>>>
>>> FAILED:
>>> out/target/product/bonito/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests
>>>
>>> /bin/bash -c "(out/host/darwin-x86/bin/sepolicy_tests -l
>>> out/host/darwin-x86/lib64/libsepolwrap.dylib  -f
>>> out/target/product/bonito/obj/ETC/plat_file_contexts_intermediates/plat_file_contexts
>>> -f
>>> out/target/product/bonito/obj/ETC/vendor_file_contexts_intermediates/vendor_file_contexts
>>> -p out/target/product/bonito/obj/ETC/sepolicy_intermediates/sepolicy )
>>> && (touch
>>> out/target/product/bonito/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests
>>> )"
>>>
>>> /bin/bash: line 1:  8780 Segmentation fault: 11  (
>>> out/host/darwin-x86/bin/sepolicy_tests -l
>>> out/host/darwin-x86/lib64/libsepolwrap.dylib -f
>>> out/target/product/bonito/obj/ETC/plat_file_contexts_intermediates/plat_file_contexts
>>> -f
>>> out/target/product/bonito/obj/ETC/vendor_file_contexts_intermediates/vendor_file_contexts
>>> -p out/target/product/bonito/obj/ETC/sepolicy_intermediates/sepolicy )
>>>
>>> 06:54:50 ninja failed with: exit status 1
>>>
>>> --
>>> --
>>> 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/3abf0458-046d-4e69-8faf-fa483941e10b%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/CAPDXgOt0NEhCmrn501JCpWyA8bWiPiQOkrUA1MQmcycdkNpAug%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> ~Life is beautiful~
>
> --
> --
> 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

[android-building] Java error building AOSP 10

2019-11-23 Thread Brian Moore

I've been building AOSP for my pixel devices for a few versions now, but 
I'm running into an issue in the release of Android 10.

I'm working with 10.0.0 r10, building for Pixel 3 (blueline).
I have the Google and QCom vendor binaries in the vendor/ tree, just as 
I've always done.
I do a normal build process as shown in the attached file, and it always 
fails at the same point.

I broke down the cluster of commands that it was failing on, and found it 
was this specific statement throwing the error:

java -jar out/host/linux-x86/framework/RecoveryImageGenerator.jar --image_width 
$((1080 - 10)) --text_name recovery_installing --font_dir out/target/product
/blueline/obj/PACKAGING/recovery_font_files_intermediates --resource_dir 
bootable/recovery/tools/recovery_l10n/res/ --output_file out/target/product/
blueline/obj/PACKAGING/recovery_text_res_intermediates//installing_text.png 
--center_alignment

I found that if I ran this part of the build with Java 8 instead of Java 9 
(by modifying my default PATH), it worked.  
But using Java 8 for the entire build causes other errors, and from what I 
have read, Android 10 is supposed to be built with Java 9 only.

The only thing that I'm doing differently than with builds of previous 
versions of Android is that I am building without the vendor/opengapps 
tree, because OpenGapps hasn't created a repository for Android 10.  
However, I'm pretty sure that Google apps are not required just for a stock 
AOSP build.

Any idea what the problem could be?  I'm thinking I must have some 
configuration wrong on my end, because I'm basically building the 
unmodified source directly from Google.

-- 
-- 
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/e5f6f455-2fb9-4d26-bb8e-a0fecece260f%40googlegroups.com.
[brian@babby aosp_pixel-10]$ . build/envsetup.sh 
[brian@babby aosp_pixel-10]$ lunch

You're building on Linux

Lunch menu... pick a combo:
 1. aosp_arm-eng
 2. aosp_arm64-eng
 3. aosp_blueline-userdebug
 4. aosp_bonito-userdebug
 5. aosp_car_arm-userdebug
 6. aosp_car_arm64-userdebug
 7. aosp_car_x86-userdebug
 8. aosp_car_x86_64-userdebug
 9. aosp_cf_arm64_phone-userdebug
 10. aosp_cf_x86_64_phone-userdebug
 11. aosp_cf_x86_auto-userdebug
 12. aosp_cf_x86_phone-userdebug
 13. aosp_cf_x86_tv-userdebug
 14. aosp_crosshatch-userdebug
 15. aosp_marlin-userdebug
 16. aosp_sailfish-userdebug
 17. aosp_sargo-userdebug
 18. aosp_taimen-userdebug
 19. aosp_walleye-userdebug
 20. aosp_walleye_test-userdebug
 21. aosp_x86-eng
 22. aosp_x86_64-eng
 23. beagle_x15-userdebug
 24. fuchsia_arm64-eng
 25. fuchsia_x86_64-eng
 26. hikey-userdebug
 27. hikey64_only-userdebug
 28. hikey960-userdebug
 29. hikey960_tv-userdebug
 30. hikey_tv-userdebug
 31. m_e_arm-userdebug
 32. mini_emulator_arm64-userdebug
 33. mini_emulator_x86-userdebug
 34. mini_emulator_x86_64-userdebug
 35. poplar-eng
 36. poplar-user
 37. poplar-userdebug
 38. qemu_trusty_arm64-userdebug
 39. uml-userdebug

Which would you like? [aosp_arm-eng] 3


PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=aosp_blueline
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=generic
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-5.3.8-arch1-1-x86_64-Arch-Linux
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QP1A.191105.003
OUT_DIR=out
PRODUCT_SOONG_NAMESPACES=device/google/crosshatch hardware/google/av 
hardware/google/interfaces hardware/google/pixel hardware/qcom/sdm845 
vendor/google/camera vendor/qcom/sdm845 vendor/google/interfaces

[brian@babby aosp_pixel-10]$ make -j1

PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=aosp_blueline
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=generic
HOST_ARCH=x86_64
HOST_2ND_A

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

2019-11-23 Thread Dr. Dhanyu Eshaka
No moved back to Mojave . MAC OSX 10.14
I think those errors has to do with Python compatibility issue or
libsepolwrap.dylib conflict with Catalina

Please let me know if you fix this. I am curious to know

- Dhanyu



On Fri, Nov 22, 2019 at 7:11 AM Jianwu Gao  wrote:

> 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 help would be appreciated.
>>
>> [ 77% 78861/101937] build
>> out/target/product/bonito/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests
>>
>> FAILED:
>> out/target/product/bonito/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests
>>
>> /bin/bash -c "(out/host/darwin-x86/bin/sepolicy_tests -l
>> out/host/darwin-x86/lib64/libsepolwrap.dylib  -f
>> out/target/product/bonito/obj/ETC/plat_file_contexts_intermediates/plat_file_contexts
>> -f
>> out/target/product/bonito/obj/ETC/vendor_file_contexts_intermediates/vendor_file_contexts
>> -p out/target/product/bonito/obj/ETC/sepolicy_intermediates/sepolicy ) &&
>> (touch
>> out/target/product/bonito/obj/ETC/sepolicy_tests_intermediates/sepolicy_tests
>> )"
>>
>> /bin/bash: line 1:  8780 Segmentation fault: 11  (
>> out/host/darwin-x86/bin/sepolicy_tests -l
>> out/host/darwin-x86/lib64/libsepolwrap.dylib -f
>> out/target/product/bonito/obj/ETC/plat_file_contexts_intermediates/plat_file_contexts
>> -f
>> out/target/product/bonito/obj/ETC/vendor_file_contexts_intermediates/vendor_file_contexts
>> -p out/target/product/bonito/obj/ETC/sepolicy_intermediates/sepolicy )
>>
>> 06:54:50 ninja failed with: exit status 1
>>
>> --
>> --
>> 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/3abf0458-046d-4e69-8faf-fa483941e10b%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/CAPDXgOt0NEhCmrn501JCpWyA8bWiPiQOkrUA1MQmcycdkNpAug%40mail.gmail.com
> 
> .
>


-- 
~Life is beautiful~

-- 
-- 
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/CAC7DM53A8gw-4t-Lf5zTs-yrc_mJudoOv1ZPs7kq-z8Zvp3e8A%40mail.gmail.com.