[android-building] Re: Android 8.1 Developer Preview Source

2017-12-02 Thread Glenn Kasten
Thank you for calling this delay to our attention. 
I see that the sources for GPL projects in O MR1 Developer Preview 1 were 
recently pushed:
https://groups.google.com/forum/#!topic/android-building/vSybPC-T_3Q
I would expect a similar push is coming soon for O MR1 Developer Preview 2, 
but I don't have the schedule.
Note that the full sources (including non-GPL projects)
are typically pushed around the time of, or shortly after, the OTA for the 
final release.
Again I don't have the schedule for this.

On Saturday, December 2, 2017 at 12:15:12 PM UTC-8, Matthew Alex wrote:
>
> Hello,
>
> As of lately Google is not pushing Developer Preview source code, does 
> anyone have any insight why? Can we please have these published as per GPL 
> since they are being distributed as an actual release.
>
> Thanks,
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-building] Android 8.1 Developer Preview Source

2017-12-02 Thread Matthew Alex
Hello,

As of lately Google is not pushing Developer Preview source code, does 
anyone have any insight why? Can we please have these published as per GPL 
since they are being distributed as an actual release.

Thanks,

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-02 Thread Hunter Aaron
It may be caused by xcode 9. 
https://stackoverflow.com/questions/46396933/make-for-android-os-source-code-fails

在 2017年11月13日星期一 UTC+8下午12:58:41,Monil Patel写道:
>
> I have tried building but failed too. I get stuck because there is an 
> issue with libcxx cstdlib.h and other header files clashing with xcode 
> build tools header files.
>
> external/libcxx/include/cstdlib:134:9: note: using declaration
> using ::abs;
> ^
> external/libcxx/include/cstdlib:161:44: error: declaration conflicts with 
> target of using declaration already in scope
> inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT 
> {return llabs(__x);}
> ^
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdlib.h:117:44:
>  
> note: target of using declaration
> inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT 
> {return llabs(__x);}
> ^
> external/libcxx/include/cstdlib:134:9: note: using declaration
> using ::abs;
> ^
> external/libcxx/include/cstdlib:164:42: error: declaration conflicts with 
> target of using declaration already in scope
> inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT 
> {return ldiv(__x, __y);}
>
>
>  
>
> On Sunday, 15 October 2017 19:52:24 UTC-5, Hunter Aaron wrote:
>>
>> There is the log when I built *android-8.0.0_r17* on high sierra:
>>>
>>> [ 3% 2279/59686] yacc 
>>> out/soong/.inte.../system/tools/aidl/aidl_language_y.cpp
>>>
>>> FAILED: 
>>> out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86*64*static/gen/yacc/system/tools/aidl/aidl_language_y.cpp
>>>  
>>> out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86*64*static/gen/yacc/system/tools/aidl/aidl_language_y.h
>>>  
>>>
>>>
>>> BISON_PKGDATADIR=external/bison/data 
>>> prebuilts/misc/darwin-x86/bison/bison -d 
>>> --defines=out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86
>>> *64*static/gen/yacc/system/tools/aidl/aidl_language_y.h -o 
>>> out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86*64*static/gen/yacc/system/tools/aidl/aidl_language_y.cpp
>>>  
>>> system/tools/aidl/aidl_language_y.yy
>>>
>>> [ 3% 2282/59686] lex 
>>> out/soong/.inter.../system/tools/aidl/aidl_language_l.cpp
>>>
>>> ninja: build stopped: subcommand failed.
>>>
>>> 14:03:54 ninja failed with: exit status 1
>>>
>>> make: *** [run_soong_ui] Error 1
>>>
>>
>> I  google a log,but still can not solve.And I  also had tried to build 
>> android-7.1.2,it also failed with similar log.
>>
>> Has anyone built successfully on Mac OS high sierra?
>>
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-02 Thread 王晓辉
i have same error ,has solve ?

在 2017年10月16日星期一 UTC+8上午8:52:24,Hunter Aaron写道:
>
> There is the log when I built *android-8.0.0_r17* on high sierra:
>>
>> [ 3% 2279/59686] yacc 
>> out/soong/.inte.../system/tools/aidl/aidl_language_y.cpp
>>
>> FAILED: 
>> out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86*64*static/gen/yacc/system/tools/aidl/aidl_language_y.cpp
>>  
>> out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86*64*static/gen/yacc/system/tools/aidl/aidl_language_y.h
>>  
>>
>>
>> BISON_PKGDATADIR=external/bison/data 
>> prebuilts/misc/darwin-x86/bison/bison -d 
>> --defines=out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86
>> *64*static/gen/yacc/system/tools/aidl/aidl_language_y.h -o 
>> out/soong/.intermediates/system/tools/aidl/libaidl-common/darwin_x86*64*static/gen/yacc/system/tools/aidl/aidl_language_y.cpp
>>  
>> system/tools/aidl/aidl_language_y.yy
>>
>> [ 3% 2282/59686] lex 
>> out/soong/.inter.../system/tools/aidl/aidl_language_l.cpp
>>
>> ninja: build stopped: subcommand failed.
>>
>> 14:03:54 ninja failed with: exit status 1
>>
>> make: *** [run_soong_ui] Error 1
>>
>
> I  google a log,but still can not solve.And I  also had tried to build 
> android-7.1.2,it also failed with similar log.
>
> Has anyone built successfully on Mac OS high sierra?
>

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-building] not a valid memory value, or not divisible by 1024

2017-12-02 Thread Tomasz Witke
Everything was good til yesterday. I do't know what is going on..

[  0% 23/12072] target dex2oat: 
out/target/product/atv/dex_bootjars/system/framework/x86/boot.art
FAILED: out/target/product/atv/dex_bootjars/system/framework/x86/boot.art 
/bin/bash -c "(mkdir -p 
out/target/product/atv/symbols/system/framework/x86/ ) && (rm -f 
out/target/product/atv/dex_bootjars/system/framework/x86//*.art 
out/target/product/atv/dex_bootjars/system/framework/x86//*.oat ) && (rm -f 
out/target/product/atv/symbols/system/framework/x86//*.art ) && (rm -f 
out/target/product/atv/symbols/system/framework/x86//*.oat ) && 
(ANDROID_LOG_TAGS=\"*:e\" out/host/linux-x86/bin/dex2oatd --runtime-arg 
-Xms --runtime-arg -Xmx --image-classes=frameworks/base/preloaded-classes 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar
 
--dex-file=out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar
 
--dex-location=/system/framework/core-oj.jar 
--dex-location=/system/framework/core-libart.jar 
--dex-location=/system/framework/conscrypt.jar 
--dex-location=/system/framework/okhttp.jar 
--dex-location=/system/framework/legacy-test.jar 
--dex-location=/system/framework/bouncycastle.jar 
--dex-location=/system/framework/ext.jar 
--dex-location=/system/framework/framework.jar 
--dex-location=/system/framework/telephony-common.jar 
--dex-location=/system/framework/voip-common.jar 
--dex-location=/system/framework/ims-common.jar 
--dex-location=/system/framework/apache-xml.jar 
--dex-location=/system/framework/org.apache.http.legacy.boot.jar 
--dex-location=/system/framework/android.hidl.base-V1.0-java.jar 
--dex-location=/system/framework/android.hidl.manager-V1.0-java.jar 
--oat-symbols=out/target/product/atv/symbols/system/framework/x86/boot.oat 
--oat-file=out/target/product/atv/dex_bootjars/system/framework/x86/boot.oat 
--oat-location=/system/framework/x86/boot.oat 
--image=out/target/product/atv/dex_bootjars/system/framework/x86/boot.art 
--base=0x7000 --instruction-set=x86 --instruction-set-variant=x86 
--instruction-set-features=default 
--android-root=out/target/product/atv/system --runtime-arg -Xnorelocate 
--compile-pic --no-generate-debug-info --generate-build-id --multi-image 
--no-inline-from=core-oj.jar --generate-mini-debug-info  
--compiled-classes=frameworks/base/compiled-classes-phone )"
not a valid memory value, or not divisible by 1024


I'm exporting _JAVA_OPTIONS="-Xmx7g"

Please Help.

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.