PINE64
Android sources - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Android on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=5)
+--- Thread: Android sources (/showthread.php?tid=1041)

Pages: 1 2


RE: Android sources - Hahaburger - 05-16-2016

(05-16-2016, 08:37 AM)IlyaM Wrote: Do you know what does this line mean?

CHIPHD_LICHEE_DIR=builder@192.168.1.22:/home2/builder/release/a83-5.1/lichee

Code:
root@ilya-eME730G:/media/ilya/Data/A64/android# . build/envsetup.sh
including device/asus/flo/vendorsetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-mips/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/htc/flounder/vendorsetup.sh
including device/moto/shamu/vendorsetup.sh
including device/samsung/manta/vendorsetup.sh
including device/softwinner/astar-h7/vendorsetup.sh
including device/softwinner/astar-y3/vendorsetup.sh
including device/softwinner/astar-yh/vendorsetup.sh
including device/softwinner/common/vendorsetup.sh
including device/softwinner/jasmine-perf/vendorsetup.sh
including device/softwinner/kylin-p1/vendorsetup.sh
including device/softwinner/kylin-p2/vendorsetup.sh
including device/softwinner/octopus-f1/vendorsetup.sh
including device/softwinner/octopus-ibt/vendorsetup.sh
including device/softwinner/octopus-n1/vendorsetup.sh
including device/softwinner/octopus-perf/vendorsetup.sh
including device/softwinner/tulip-p1/vendorsetup.sh
including device/softwinner/tulip-perf/vendorsetup.sh
including device/softwinner/tulip-t1/vendorsetup.sh
including device/softwinner/zzzzz-chiphd/vendorsetup.sh
CHIPHD_LICHEE_DIR=builder@192.168.1.22:/home2/builder/release/a83-5.1/lichee


I got it when I use . build/envsetup.sh
It highlighted red

I have no idea but if you can run lunch command with tulip_t1-eng you should be fine.
Try to continue.


RE: Android sources - IlyaM - 05-16-2016

(05-16-2016, 09:00 AM)Hahaburger Wrote: I have no idea but if you can run lunch command with tulip_t1-eng you should be fine.
Try to continue.

Got a new problem when I was building the firmware

Code:
build/core/Makefile:34: Warning: override method for the purpose «out/target/product/tulip-t1/system/lib/hw/gralloc.default.so»
build/core/base_rules.mk:550: warning: the old way of the purpose «out/target/product/tulip-t1/system/lib/hw/gralloc.default.so» ignored
build/core/Makefile:34: Warning: override method for the purpose «out/target/product/tulip-t1/system/lib64/hw/gralloc.default.so»
build/core/base_rules.mk:550: warning: the old way of the purpose «out/target/product/tulip-t1/system/lib64/hw/gralloc.default.so» ignored
No private recovery resources for TARGET_DEVICE tulip-t1
make: *** No rule to make target «external/wpa_supplicant_8/wpa_supplicant/src/drivers/drivers.mk». Stop.
#### make failed to build some targets (12:25 (mm:ss)) ####



RE: Android sources - Hahaburger - 05-16-2016

(05-16-2016, 09:27 AM)IlyaM Wrote:
Code:
build/core/Makefile:34: Warning: override method for the purpose «out/target/product/tulip-t1/system/lib/hw/gralloc.default.so»
build/core/base_rules.mk:550: warning: the old way of the purpose «out/target/product/tulip-t1/system/lib/hw/gralloc.default.so» ignored
build/core/Makefile:34: Warning: override method for the purpose «out/target/product/tulip-t1/system/lib64/hw/gralloc.default.so»
build/core/base_rules.mk:550: warning: the old way of the purpose «out/target/product/tulip-t1/system/lib64/hw/gralloc.default.so» ignored
No private recovery resources for TARGET_DEVICE tulip-t1
make: *** No rule to make target «external/wpa_supplicant_8/wpa_supplicant/src/drivers/drivers.mk». Stop.
#### make failed to build some targets (12:25 (mm:ss)) ####
I haven't tried building from SDK but how you are trying to build? With make -j4?
You may try "make otapackage -j4" but Idk if they support it. I'm trying to download the new SDK Big Grin


RE: Android sources - IlyaM - 05-16-2016

yes with
make -j4

"make otapackage -j4" instead of "make -j4" gives me the same issue


Android sources - IlyaM - 05-23-2016

(05-16-2016, 10:04 AM)Hahaburger Wrote:
(05-16-2016, 09:27 AM)IlyaM Wrote:
Code:
build/core/Makefile:34: Warning: override method for the purpose «out/target/product/tulip-t1/system/lib/hw/gralloc.default.so»
build/core/base_rules.mk:550: warning: the old way of the purpose «out/target/product/tulip-t1/system/lib/hw/gralloc.default.so» ignored
build/core/Makefile:34: Warning: override method for the purpose «out/target/product/tulip-t1/system/lib64/hw/gralloc.default.so»
build/core/base_rules.mk:550: warning: the old way of the purpose «out/target/product/tulip-t1/system/lib64/hw/gralloc.default.so» ignored
No private recovery resources for TARGET_DEVICE tulip-t1
make: *** No rule to make target «external/wpa_supplicant_8/wpa_supplicant/src/drivers/drivers.mk». Stop.
#### make failed to build some targets (12:25 (mm:ss)) ####
I haven't tried building from SDK but how you are trying to build? With make -j4?
You may try "make otapackage -j4" but Idk if they support it. I'm trying to download the new SDK Big Grin


Hi, have you got any success with SDK?


Sent from my iPhone using Tapatalk