[android-building] Re: How to solve: /usr/bin/ld: cannot find -lGL /usr/bin/ld

2017-08-09 Thread John Kelley
I don't know that any Android version is recommended to be build on Ubuntu 
17, so this may cause problems - especially with an Android version as old 
as ICS. That aside, it appears that you are missing the  thelibgl1-mesa-dev 
dependency (or Ubuntu 17 equivalent).

On Tuesday, August 8, 2017 at 8:58:25 AM UTC-7, Shayan Pakzad wrote:
>
> up vote
> down votefavorite 
> 
>
> I use AOSP to build android. I use these commands to build android on my 
> ubuntu 17.04:
>
> repo init -u https://android.googlesource.com/platform/manifest -b 
> android-4.0.1_r1 repo sync -j8 . build/envsetup.sh lunch make -j8
>
> and aftar 30 minutes this error came, anybody know how to fix it?
>
> host Executable: tblgen 
> (out/host/linux-x86/obj/EXECUTABLES/tblgen_intermediates/tblgen) 
> /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status 
> /usr/bin/ld: cannot find -lGL /usr/bin/ld: cannot find -lGL make: *** 
> [out/host/linux-x86/obj/lib/libGLES_CM_translator.so] Error 1 make: *** 
> Waiting for unfinished jobs collect2: ld returned 1 exit status 
> collect2: ld returned 1 exit status
>

-- 
-- 
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.


Re: [android-building] Re: Disable JackServer in Android N

2017-01-13 Thread John Kelley
'm' is a command that becomes available to you once you source 
build/envsetup.sh in your shell and lunch has been run to specify your 
target. Additional commands are show by running the 'hmm' command

On Thursday, January 12, 2017 at 7:39:23 AM UTC-8, 李大明 wrote:
>
> Hi, 
>
>I am not sure how to use 'm -j java-check'. Could you specify more 
> details?
>
> Dan Willemsen於 2017年1月7日星期六 UTC+8上午2時43分12秒寫道:
>>
>> Jack is required in N. You can *also* build most modules with javac using 
>> the 'm -j javac-check' command (or javac-check-$(LOCAL_MODULE)), but that 
>> is just for analyzer usage, not for installation onto the device.
>>
>> - Dan
>>
>> On Fri, Jan 6, 2017 at 9:13 AM Pankaj Kumar  wrote:
>>
>>> Hi,
>>>
>>> Did you get any solution to disable the jack ?
>>>
>>>
>>> On Wednesday, January 4, 2017 at 10:36:04 AM UTC+5:30, 李大明 wrote:


 Is it possible to disable JackServer in Android N? I have tried 
 several ways but still have no luck.

 We want to use static source analyzer to analyze several modules we 
 created, it need "javac" in its build log so we just want to disable 
 JackServer.

 In Android.mk, specify LOCAL_JACK_ENABLED := disabled and mm this 
 module cause build fail. 
 Put DEFAULT_JACK_ENABLED:= false in BoardConfig.mk also build fails.

 Is this any way to disable Jack-server in Android N?

 -- 
>>> -- 
>>> You received this message because you are subscribed to the "Android 
>>> Building" mailing list.
>>> To post to this group, send email to android-...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-buildi...@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-buildi...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
-- 
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.