[android-building] Re: Android 8.1.0 Oreo MR1 Released

2019-04-01 Thread 'Bill Yi' via Android Building
Android 8.1.0 Oreo MR1 source code is now available. The following builds, 
tags, and devices are supported:

 - OPM8.190405.001, android-8.1.0_r63, Pixel C (dragon)

The corresponding factory images, ota images, and proprietary binaries are 
available at
   https://developers.google.com/android/images
   https://developers.google.com/android/ota
   https://developers.google.com/android/drivers

We have also pushed the corresponding kernel projects for the following 
devices:

Tag  | Project  | Branch
 | Device
android-8.1.0_r0.133 | kernel/tegra | android-tegra-dragon-3.18-oreo-m8
  | Pixel C 

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


Re: [android-building] FAILED: out/soong/.bootstrap/soong-aosp-generator/pkg/aosp/soong/generator.a

2019-04-01 Thread Colin Cross
vendor/aosp/build/soong/generator/generator.go is not a file that exists in
our tree, and android.PathForSourceRelaxed has never existed in our tree.
You'll have to report this to whoever you got your non-AOSP code from.

On Mon, Apr 1, 2019 at 9:38 AM Flávio Silva  wrote:

> error while executing make
>
> 
> PLATFORM_VERSION_CODENAME=REL
> PLATFORM_VERSION=9
> TARGET_PRODUCT=aosp_sagit
> TARGET_BUILD_VARIANT=user
> TARGET_BUILD_TYPE=release
> TARGET_ARCH=arm64
> TARGET_ARCH_VARIANT=armv8-a
> TARGET_CPU_VARIANT=cortex-a73
> TARGET_2ND_ARCH=arm
> TARGET_2ND_ARCH_VARIANT=armv8-a
> TARGET_2ND_CPU_VARIANT=cortex-a73
> HOST_ARCH=x86_64
> HOST_2ND_ARCH=x86
> HOST_OS=linux
> HOST_OS_EXTRA=Linux-4.9.0-8-amd64-x86_64-Debian-GNU/Linux-9-(stretch)
> HOST_CROSS_OS=windows
> HOST_CROSS_ARCH=x86
> HOST_CROSS_2ND_ARCH=x86_64
> HOST_BUILD_TYPE=release
> BUILD_ID=PQ1A.181205.006.A1
> OUT_DIR=out
> PRODUCT_SOONG_NAMESPACES= hardware/qcom/audio-caf-msm8998
> hardware/qcom/display-caf-msm8998 hardware/qcom/media-caf-
> msm8998
> 
> [1/1] out/soong/.minibootstrap/minibp out/soong/.bootstrap/build.ninja
> [55/56] glob prebuilts/ndk/stl.bp
> [38/78] compile
> out/soong/.bootstrap/soong-aosp-generator/pkg/aosp/soong/generator.a
> FAILED:
> out/soong/.bootstrap/soong-aosp-generator/pkg/aosp/soong/generator.a
> GOROOT='prebuilts/go/linux-x86'
> prebuilts/go/linux-x86/pkg/tool/linux_amd64/compile -c 8 -o
> out/soong/.bootstrap/soo
> ng-aosp-generator/pkg/aosp/soong/generator.a -p aosp/soong/generator
> -complete -I out/soong/.bootstrap/blueprint-par
> ser/pkg -I out/soong/.bootstrap/blueprint-deptools/pkg -I
> out/soong/.bootstrap/blueprint-pathtools/pkg -I out/soong/
> .bootstrap/blueprint-proptools/pkg -I out/soong/.bootstrap/blueprint/pkg
> -I out/soong/.bootstrap/soong/pkg -I out/so
> ong/.bootstrap/blueprint-bootstrap-bpdoc/pkg -I
> out/soong/.bootstrap/blueprint-bootstrap/pkg -I out/soong/.bootstrap
> /soong-env/pkg -I out/soong/.bootstrap/soong-android/pkg -I
> out/soong/.bootstrap/soong-shared/pkg -pack vendor/aosp/
> build/soong/generator/generator.go
> vendor/aosp/build/soong/generator/variables.go
> vendor/aosp/build/soong/generator/generator.go:230:38: undefined:
> android.PathForSourceRelaxed
> [45/78] compile
> out/soong/.bootstrap/soong-cc-config/test/android/soong/cc/config.a
> ninja: build stopped: subcommand failed.
> 12:35:20 soong bootstrap failed with: exit status 1
>
>  failed to build some targets (08:52 (mm:ss)) 
>
>
>
>
> thanks for the 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.
>

-- 
-- 
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] Error in aosp building for marshmallow

2019-04-01 Thread Kishore Yellamraju
target Java: CtsSecurityTestCases 
(out/target/common/obj/APPS/CtsSecurityTestCases_intermediates/classes)
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:42: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_1538_1);
   ^
  symbol:   variable cve_2015_1538_1
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:45: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_1538_2);
   ^
  symbol:   variable cve_2015_1538_2
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:48: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_1538_3);
   ^
  symbol:   variable cve_2015_1538_3
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:51: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_1538_4);
   ^
  symbol:   variable cve_2015_1538_4
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:54: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_1539);
   ^
  symbol:   variable cve_2015_1539
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:57: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_3824);
   ^
  symbol:   variable cve_2015_3824
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:60: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_3827);
   ^
  symbol:   variable cve_2015_3827
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:63: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_3828);
   ^
  symbol:   variable cve_2015_3828
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:66: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_3829);
   ^
  symbol:   variable cve_2015_3829
  location: class raw
cts/tests/tests/security/src/android/security/cts/StagefrightTest.java:69: 
error: cannot find symbol
doStagefrightTest(R.raw.cve_2015_3864);
   ^
  symbol:   variable cve_2015_3864
  location: class raw
Note: cts/tests/tests/security/src/android/security/cts/BrowserTest.java 
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: cts/tests/tests/security/src/android/security/cts/NetdTest.java uses 
unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
10 errors
build/core/java.mk:394: recipe for target 
'out/target/common/obj/APPS/CtsSecurityTestCases_intermediates/classes-full-debug.jar'
 
failed
make: *** 
[out/target/common/obj/APPS/CtsSecurityTestCases_intermediates/classes-full-debug.jar]
 
Error 41


please can any one help on this error

-- 
-- 
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] Touchscreen not working after building and flashing clean msm kernel for the Google Pixel blueline

2019-04-01 Thread chianglee1201
I built the kernel using this 
guide https://source.android.com/setup/build/building-kernels

with the build/build.sh command

Do you have a tutorial for using the make bootimage command? Or should I 
just run the make bootimage command instead of the shell? And flash it in 
the same way

Thanks!


fredag 29. mars 2019 15.45.37 UTC+1 skrev Alessio Balsini følgende:
>
> Hi, 
>
> > The phone reboots. But then I am not able to use the touch screen at 
> all. I cant unlock the phones sim card. If I hold down the power button for 
> a while and reboot it. The touch screen works. Not sure what causes that, 
> but maybe the kernel has been removed and switched out with the old one? 
>
> How did you build the kernel? 
> I suspect your device is missing the touch screen drivers (maybe the 
> drivers you have in your device are not compatible with your kernel). 
>
> `fastboot boot` just loads your boot image into ram, it does not flash 
> the boot partition. That's why the device switches back to the old 
> kernel after reboot. 
>
> > Another similar question is. If Id like to put the Image.lz4-dtb file 
> inside the AOSP ROM. Where should I put it, and is that possible? If that 
> would make me able to flash both kernel and ROM at the same time? 
>
> You should update the files in device/google/crosshatch-kernel and 
> then run `make bootimage`. 
>
> Cheers, 
> Alessio 
>

-- 
-- 
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] FAILED: out/soong/.bootstrap/soong-aosp-generator/pkg/aosp/soong/generator.a

2019-04-01 Thread Flávio Silva
error while executing make

 
PLATFORM_VERSION_CODENAME=REL 
PLATFORM_VERSION=9 
TARGET_PRODUCT=aosp_sagit 
TARGET_BUILD_VARIANT=user 
TARGET_BUILD_TYPE=release 
TARGET_ARCH=arm64 
TARGET_ARCH_VARIANT=armv8-a 
TARGET_CPU_VARIANT=cortex-a73 
TARGET_2ND_ARCH=arm 
TARGET_2ND_ARCH_VARIANT=armv8-a 
TARGET_2ND_CPU_VARIANT=cortex-a73 
HOST_ARCH=x86_64 
HOST_2ND_ARCH=x86 
HOST_OS=linux 
HOST_OS_EXTRA=Linux-4.9.0-8-amd64-x86_64-Debian-GNU/Linux-9-(stretch) 
HOST_CROSS_OS=windows 
HOST_CROSS_ARCH=x86 
HOST_CROSS_2ND_ARCH=x86_64 
HOST_BUILD_TYPE=release 
BUILD_ID=PQ1A.181205.006.A1 
OUT_DIR=out 
PRODUCT_SOONG_NAMESPACES= hardware/qcom/audio-caf-msm8998 
hardware/qcom/display-caf-msm8998 hardware/qcom/media-caf-
msm8998 
 
[1/1] out/soong/.minibootstrap/minibp out/soong/.bootstrap/build.ninja 
[55/56] glob prebuilts/ndk/stl.bp 
[38/78] compile 
out/soong/.bootstrap/soong-aosp-generator/pkg/aosp/soong/generator.a 
FAILED: 
out/soong/.bootstrap/soong-aosp-generator/pkg/aosp/soong/generator.a  
GOROOT='prebuilts/go/linux-x86' 
prebuilts/go/linux-x86/pkg/tool/linux_amd64/compile -c 8 -o 
out/soong/.bootstrap/soo
ng-aosp-generator/pkg/aosp/soong/generator.a -p aosp/soong/generator 
-complete -I out/soong/.bootstrap/blueprint-par
ser/pkg -I out/soong/.bootstrap/blueprint-deptools/pkg -I 
out/soong/.bootstrap/blueprint-pathtools/pkg -I out/soong/
.bootstrap/blueprint-proptools/pkg -I out/soong/.bootstrap/blueprint/pkg -I 
out/soong/.bootstrap/soong/pkg -I out/so
ong/.bootstrap/blueprint-bootstrap-bpdoc/pkg -I 
out/soong/.bootstrap/blueprint-bootstrap/pkg -I out/soong/.bootstrap
/soong-env/pkg -I out/soong/.bootstrap/soong-android/pkg -I 
out/soong/.bootstrap/soong-shared/pkg -pack vendor/aosp/
build/soong/generator/generator.go 
vendor/aosp/build/soong/generator/variables.go 
vendor/aosp/build/soong/generator/generator.go:230:38: undefined: 
android.PathForSourceRelaxed 
[45/78] compile 
out/soong/.bootstrap/soong-cc-config/test/android/soong/cc/config.a 
ninja: build stopped: subcommand failed. 
12:35:20 soong bootstrap failed with: exit status 1 

 failed to build some targets (08:52 (mm:ss)) 




thanks for the 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.