Coder Social home page Coder Social logo

manifest's Introduction

AospExtended Twelve

AospExtended is just an extension to AOSP, through which we are trying to provide a stock AOSP experience along with some important customization features. We have cherry-picked the features from many other projects and hence we are very thankful to them.

Credits

How to Build?

To initialize your local repository using the AospExtended trees, use a command like this:

repo init -u https://github.com/AospExtended/manifest.git -b 12.1.x

To initialize a shallow clone, which will save even more space & time, use a command like this:

repo init --depth=1 -u https://github.com/AospExtended/manifest.git -b 12.1.x

Then to sync up:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Finally to build:

source build/envsetup.sh
lunch aosp_device_codename-userdebug
m aex -j$(nproc --all) | tee log.txt

Report build issues

  • For reporting bugs faced on officially supported devices, click here

Maintain Officially

  • If you're building AospExtended for an unofficial device and would like to make it official, Check out the link below for more information about the requirements for both you and your device.
  • Click here for more info (Read full README)

Important Links:

manifest's People

Contributors

amolamrit avatar arghyac35 avatar ariank16a avatar bsimonnet avatar cco3 avatar colincross avatar danalbert avatar danw avatar delphij avatar deymo avatar enh-google avatar freeinfra avatar iam avatar ikeramat avatar ishubhamsingh avatar kruton avatar liutikas avatar luca020400 avatar mikeng avatar nickkral avatar pirama-arumuga-nainar avatar sagarmakhar avatar sakilmondal avatar sb6596 avatar shivatejapeddi avatar stephenhines avatar theimpulson avatar tornewuff avatar vapier avatar wileyatgoogle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

manifest's Issues

Cast doesn't work

AEX (mido Oreo) Issue report:- Everytime I try to cast my device to certain device (in my case, laptop) It shows up in devices list, but when clicked on it... It disappears and after couple of seconds the device again shows up & the cyxle continues. Confirmed working of functionality on Laptop through casting Redmi Note 4G (a 6 year old phone running kitkat)

Is camera api2 implemented in 9.x ?

I have tested several apps on Redmi 5plus. These apps use camera api2 + hal3 on Mokee (Android 9.0), but they all changed to api + hal1 when I install them on aospextended(Android 9.0, Redmi 5plus).

lunch problem

i have completely synced the repo, git cloned the device tree - land(Redmi 3s Prime), yet i cannot 'lunch' it... it shows the following error...

build/core/envsetup.mk:220: *** Unsupported option MALLOC_IMPL defined by board config: device/xiaomi/land/BoardConfig.mk.
build/core/envsetup.mk:221: *** Use MALLOC_SVELTE := true to configure jemalloc for low-memory. Stop.
build/core/envsetup.mk:220: *** Unsupported option MALLOC_IMPL defined by board config: device/xiaomi/land/BoardConfig.mk.
build/core/envsetup.mk:221: *** Use MALLOC_SVELTE := true to configure jemalloc for low-memory. Stop.
Device land not found. Attempting to retrieve device repository from AospExtended-Devices Github (http://github.com/AospExtended-Devices).
Repository for land not found in the AospExtended-Devices Github repository list.
If this is in error, you may need to manually add it to your .repo/local_manifests/aex_manifest.xml
build/core/envsetup.mk:220: *** Unsupported option MALLOC_IMPL defined by board config: device/xiaomi/land/BoardConfig.mk.
build/core/envsetup.mk:221: *** Use MALLOC_SVELTE := true to configure jemalloc for low-memory. Stop.

what could be the error, please guide me as there is no perfect tutorial(even googling didn't helped either)...
also, if possible can you provide complete tutorial... i want to learn...
Thanks in advance...

Can not compile AospExtended - Huawei Berlin

I am from China, so I used Google Translate.
I have completed the source code synchronization, but the implementation of the preparation of the environment when the order suggested that the following:
root@ubuntu: /media/psf/Android #. build/ envsetup.sh
including device / honor / berlin / vendorsetup.sh
including vendor / aosp / vendorsetup.sh
including sdk / bash_completion / adb.bash
root @ ubuntu: / media / psf / Android # lunch lineage_berlin-userdebug
build / core / product_config.mk: 234: *** Can not locate config makefile for product "lineage_berlin".
Device berlin not found. Attempting to retrieve device repository from AospExtended-Devices Github (http://github.com/AospExtended-Devices).
Repository for berlin not found in the AospExtended-Devices Github repository list.
If this is in error, you may need to manually add it to your .repo / local_manifests / aex_manifest.xml
build / core / product_config.mk: 234: *** Can not locate config makefile for product "lineage_berlin".

** Do not have a product spec for: 'lineage_berlin'
** Do you have the right repo manifest?
build / core / product_config.mk: 234: *** Can not locate config makefile for product "lineage_berlin".
build / core / product_config.mk: 234: *** Can not locate config makefile for product "lineage_berlin".

** Do not have a product spec for: 'lineage_berlin'
** Do you have the right repo manifest?

Hope to answer my issues!
Thank you very much!
Hava a good day!

source page:
https://github.com/OpenKirin/android_vendor_honor_berlin/tree/7.x
https://github.com/OpenKirin/android_kernel_honor_berlin/tree/7.x
https://github.com/OpenKirin/android_device_honor_berlin/tree/7.x

Android 7.1.2

Build failed : the console tips "ionice : failed to execute make : No such file or dirctory"

Hi all:
When i prepared the environment and type in mka aex -j$(nproc --all) | tee log.txt
as the last step, the console tips ionice : failed to execute make : No such file or dirctory directly.
Could you help me to figure out why happen this.Thanks a lot.
And below is my local_manifest(my device is xiaomi tiffany):

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
    <project
        name="windbell-project/android_device_xiaomi_tiffany"
        path="device/xiaomi/tiffany"
        remote="github"
        revision="9.x" />
    <project
        name="windbell-project/android_device_xiaomi_msm8953-common"
        path="device/xiaomi/msm8953-common"
        remote="github"
        revision="9.x" />
    <project
        name="windbell-project/proprietary_vendor_xiaomi"
        path="vendor/xiaomi/"
        remote="github"
        revision="lineage-16.0" />
    <project
        name="windbell-project/android_kernel_xiaomi_msm8953"
        path="device/xiaomi/tiffany"
        remote="github"
        revision="lineage-16.0" />
</manifest>

No makefile for aosp_device_kenzo

Hi,

I'm trying to build AOSP Extended for Xiaomi Redmi Note 3 (kenzo) manually, and I'm facing a problem: the script says it cannot find a makefile for aosp_device_kenzo. What do I do in this situation?

BTW, I checked at the official devices list, and kenzo DOES show up. Help, please!

-b 11.x why

error: vendor/qcom/opensource/cryptfs_hw/Android.bp:14:1: dependency "[email protected]" of "libcryptfs_hw" missing variant:
os:android, image:, arch:arm64_armv8-a, sdk:, link:shared, version:

USB Audio

USB audio is not functioning on the latest Pie release for potter. (USB audio via a USB dac and USB otg cable)

hals are old

Hals are old and add new
It's become trouble for building

Build Bug

https://del.dog/ajosajogad.sql

mka bacon

      ▄▄▄      ▓█████ ▒██   ██▒         
     ▒████▄    ▓█   ▀ ▒▒ █ █ ▒░         
     ▒██  ▀█▄  ▒███   ░░  █   ░         
     ░██▄▄▄▄██ ▒▓█  ▄  ░ █ █ ▒          
      ▓█   ▓██▒░▒████▒▒██▒ ▒██▒         
      ▒▒   ▓▒█░░░ ▒░ ░▒▒ ░ ░▓ ░         
       ▒   ▒▒ ░ ░ ░  ░░░   ░▒ ░         
       ░   ▒      ░    ░    ░           
           ░  ░   ░  ░ ░    ░           
                                        
    AospExtended-v6.4 9 

============================================

PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=9
EXTENDED_MOD_VERSION=AospExtended-v6.4-20190415-0352-UNOFFICIAL
TARGET_PRODUCT=aosp_markw
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=cortex-a53
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.15.0-1029-gcp-x86_64-Ubuntu-18.04.2-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=PQ2A.190405.003
OUT_DIR=/home/shihab_riadn/aex/out
PRODUCT_SOONG_NAMESPACES= hardware/qcom/audio-caf/msm8996 hardware/qcom/display-caf/msm8996 hardware/qcom/media-caf/msm8996

ninja: no work to do.
ninja: no work to do.
Environment variable BUILD_NUMBER was modified (a42d69fa55 => b88de02a01), regenerating...
Environment variable BUILD_NUMBER was modified (a42d69fa55 => b88de02a01), regenerating...
[25/1075] including development/build/Android.mk ...
development/build/build_android_stubs.mk:43: warning: android_stubs_current
development/build/build_android_stubs.mk:43: warning: metalava_android_stubs_current metalava_android_stubs_current
development/build/build_android_stubs.mk:43: warning: android_system_stubs_current
development/build/build_android_stubs.mk:43: warning: android_test_stubs_current
development/build/build_android_stubs.mk:43: warning: metalava_android_system_stubs_current metalava_android_system_stubs_current
development/build/build_android_stubs.mk:43: warning: metalava_android_test_stubs_current metalava_android_test_stubs_current
[113/1075] including device/xiaomi/markw/Android.mk ...
device/xiaomi/markw/vndk/Android.mk:2: warning: ************* BOARD VNDK is not enabled - compiling vndk-sp ***************************
[600/1075] including system/sepolicy/Android.mk ...
system/sepolicy/Android.mk:88: warning: Be careful when using the SELINUX_IGNORE_NEVERALLOWS flag. It does not work in user builds and using it will not stop you from failing CTS.
[1075/1075] including vendor/xiaomi/msm8953-common/Android.mk ...
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libjni_latinime.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libjni_latinime.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/etc/seccomp_policy/[email protected]' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/etc/seccomp_policy/[email protected]'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libaacwrapper.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libaacwrapper.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libfilterfw.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libfilterfw.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libfilterpack_imageproc.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libfilterpack_imageproc.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libldacBT_abr.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libldacBT_abr.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libldacBT_enc.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libldacBT_enc.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libstagefright_soft_flacdec.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib/libstagefright_soft_flacdec.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libfilterfw.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libfilterfw.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libfilterpack_imageproc.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libfilterpack_imageproc.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libldacBT_abr.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libldacBT_abr.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libldacBT_enc.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/system/lib64/libldacBT_enc.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/bin/wcnss_service' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/bin/wcnss_service'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/lib/hw/thermal.msm8953.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/lib/hw/thermal.msm8953.so'
build/make/core/Makefile:40: warning: overriding commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/lib64/hw/thermal.msm8953.so' build/make/core/base_rules.mk:412: warning: ignoring old commands for target /home/shihab_riadn/aex/out/target/product/markw/vendor/lib64/hw/thermal.msm8953.so'
[ 0% 10/1624] Target buildinfo: /home/shihab_riadn/aex/out/target/product/markw/obj/ETC/system_build_prop_intermediates/build.prop
Target buildinfo from: device/xiaomi/markw/system.prop
[ 1% 27/1624] Building Kernel Config
make: Entering directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
make[1]: Entering directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
GEN ./Makefile

configuration written to .config

make[1]: Leaving directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
make: Leaving directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
make: Entering directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
make[1]: Entering directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
GEN ./Makefile
scripts/kconfig/conf --savedefconfig=defconfig Kconfig
make[1]: Leaving directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
make: Leaving directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
[ 3% 49/1624] Proguard: /home/shihab_riadn/aex/out/target/common/obj/APPS/OneTimeInitializer_intermediates/classes-proguard.jar
ProGuard, version 5.1
Reading input...
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes-header.jar]
Reading program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/OneTimeInitializer_intermediates/classes.jar]
Initializing...
Ignoring unused library classes...
Original number of library classes: 15763
Final number of library classes: 15763
Shrinking...
Removing unused program classes and class elements...
Original number of program classes: 99
Final number of program classes: 17
Writing output...
Preparing output jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/OneTimeInitializer_intermediates/classes-proguard.jar]
Copying resources from program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/OneTimeInitializer_intermediates/classes.jar]
[ 3% 55/1624] target dex2oat: /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm/boot.art
FAILED: /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm/boot.art
/bin/bash -c "(mkdir -p /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm/ ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm//.art /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm//.oat /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm//.art.rel ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm//.art ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm//.oat ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm//.art.rel ) && (ANDROID_LOG_TAGS=":e" /home/shihab_riadn/aex/out/host/linux-x86/bin/dex2oat --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-file=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/boot.prof --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework-oahl-backward-compatibility_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.test.base_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/telephony-ext_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/qti-telephony-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/WfdCommon_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/bouncycastle.jar --dex-location=/system/framework/apache-xml.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/android.hidl.base-V1.0-java.jar --dex-location=/system/framework/android.hidl.manager-V1.0-java.jar --dex-location=/system/framework/framework-oahl-backward-compatibility.jar --dex-location=/system/framework/android.test.base.jar --dex-location=/system/framework/telephony-ext.jar --dex-location=/system/framework/qti-telephony-common.jar --dex-location=/system/framework/WfdCommon.jar --oat-symbols=/home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm/boot.oat --oat-file=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm/boot.oat --oat-location=/system/framework/arm/boot.oat --image=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm/boot.art --base=0x70000000 --instruction-set=arm --instruction-set-variant=cortex-a53 --instruction-set-features=default --android-root=/home/shihab_riadn/aex/out/target/product/markw/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-from=core-oj.jar --abort-on-hard-verifier-error --abort-on-soft-verifier-error || ( echo "ERROR: Dex2oat failed to compile a boot image. It is likely that the boot classpath is inconsistent. Rebuild with ART_BOOT_IMAGE_EXTRA_ARGS="--runtime-arg -verbose:verifier" to see verification errors." ; false ) && ANDROID_LOG_TAGS=":e" ANDROID_ROOT=/home/shihab_riadn/aex/out/target/product/markw/system ANDROID_DATA=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm/ /home/shihab_riadn/aex/out/host/linux-x86/bin/patchoat --input-image-location=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/boot.art --output-image-relocation-directory=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm/ --instruction-set=arm --base-offset-delta=0x10000000 )"
dex2oat F 04-15 03:54:43 4945 4945 compiler_driver.cc:942] Had 2 soft failure(s) verifying all classes, and was asked to abort in such situations. Please check the log.
ERROR: Dex2oat failed to compile a boot image. It is likely that the boot classpath is inconsistent. Rebuild with ART_BOOT_IMAGE_EXTRA_ARGS=--runtime-arg -verbose:verifier to see verification errors.
[ 3% 57/1624] target dex2oat: /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64/boot.art
FAILED: /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64/boot.art
/bin/bash -c "(mkdir -p /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm64/ ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64//.art /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64//.oat /home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64//.art.rel ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm64//.art ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm64//.oat ) && (rm -f /home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm64//.art.rel ) && (ANDROID_LOG_TAGS=":e" /home/shihab_riadn/aex/out/host/linux-x86/bin/dex2oat --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-file=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/boot.prof --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework-oahl-backward-compatibility_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.test.base_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/telephony-ext_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/qti-telephony-common_intermediates/javalib.jar --dex-file=/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/WfdCommon_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/bouncycastle.jar --dex-location=/system/framework/apache-xml.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/android.hidl.base-V1.0-java.jar --dex-location=/system/framework/android.hidl.manager-V1.0-java.jar --dex-location=/system/framework/framework-oahl-backward-compatibility.jar --dex-location=/system/framework/android.test.base.jar --dex-location=/system/framework/telephony-ext.jar --dex-location=/system/framework/qti-telephony-common.jar --dex-location=/system/framework/WfdCommon.jar --oat-symbols=/home/shihab_riadn/aex/out/target/product/markw/symbols/system/framework/arm64/boot.oat --oat-file=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64/boot.oat --oat-location=/system/framework/arm64/boot.oat --image=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64/boot.art --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=cortex-a53 --instruction-set-features=default --android-root=/home/shihab_riadn/aex/out/target/product/markw/system --runtime-arg -Xnorelocate --compile-pic --no-generate-
debug-info --generate-build-id --multi-image --no-inline-from=core-oj.jar --abort-on-hard-verifier-error --abort-on-soft-verifier-error || ( echo "ERROR: Dex2oat failed to compile a boot image. It is likely that the boot classpath is inconsistent. Rebuild with ART_BOOT_IMAGE_EXTRA_ARGS="--runtime-arg -verbose:verifier" to see verification errors." ; false ) && ANDROID_LOG_TAGS="
:e" ANDROID_ROOT=/home/shihab_riadn/aex/out/target/product/markw/system ANDROID_DATA=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64/ /home/shihab_riadn/aex/out/host/linux-x86/bin/patchoat --input-image-location=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/boot.art --output-image-relocation-directory=/home/shihab_riadn/aex/out/target/product/markw/dex_bootjars/system/framework/arm64/ --instruction-set=arm64 --base-offset-delta=0x10000000 )"
dex2oat F 04-15 03:54:45 4936 4936 compiler_driver.cc:942] Had 2 soft failure(s) verifying all classes, and was asked to abort in such situations. Please check the log.
ERROR: Dex2oat failed to compile a boot image. It is likely that the boot classpath is inconsistent. Rebuild with ART_BOOT_IMAGE_EXTRA_ARGS=--runtime-arg -verbose:verifier to see verification errors.
[ 3% 62/1624] Proguard: /home/shihab_riadn/aex/out/target/common/obj/APPS/Contacts_intermediates/classes-proguard.jar
ProGuard, version 5.1
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes-header.jar]
Reading program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/Contacts_intermediates/classes.jar]
Preparing output jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/Contacts_intermediates/classes-proguard.jar]
Copying resources from program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/Contacts_intermediates/classes.jar]
[ 4% 67/1624] Proguard: /home/shihab_riadn/aex/out/target/common/obj/APPS/SystemUI_intermediates/classes-proguard.jar
ProGuard, version 5.1
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android.car_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes-header.jar]
Reading program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/SystemUI_intermediates/classes.jar]
Preparing output jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/SystemUI_intermediates/classes-proguard.jar]
Copying resources from program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/SystemUI_intermediates/classes.jar]
[ 4% 69/1624] Building Kernel
make: Entering directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
make[1]: Entering directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
GEN ./Makefile
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config/kernel.release
GEN ./Makefile
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
Using /home/shihab_riadn/aex/kernel/xiaomi/markw as source for kernel
CALL /home/shihab_riadn/aex/kernel/xiaomi/markw/scripts/checksyscalls.sh
make[2]: 'include/generated/vdso-offsets.h' is up to date.
CHK include/generated/compile.h
/home/shihab_riadn/aex/kernel/xiaomi/markw/kernel/Makefile:150: *** No X.509 certificates found ***
CHK kernel/config_data.h
DTC arch/arm64/boot/dts/qcom/msm8953-qrd-markw.dtb
CAT arch/arm64/boot/Image.gz-dtb
make[1]: Leaving directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
make: Leaving directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
Building DTBs
make: Entering directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
make[1]: Entering directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
CHK include/config/kernel.release
GEN ./Makefile
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
Using /home/shihab_riadn/aex/kernel/xiaomi/markw as source for kernel
CALL /home/shihab_riadn/aex/kernel/xiaomi/markw/scripts/checksyscalls.sh
make[2]: 'include/generated/vdso-offsets.h' is up to date.
make[1]: Leaving directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
make: Leaving directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
Building Kernel Modules
make: Entering directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
make[1]: Entering directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
CHK include/config/kernel.release
GEN ./Makefile
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
/home/shihab_riadn/aex/kernel/xiaomi/markw/kernel/Makefile:150: *** No X.509 certificates found ***
Using /home/shihab_riadn/aex/kernel/xiaomi/markw as source for kernel
CALL /home/shihab_riadn/aex/kernel/xiaomi/markw/scripts/checksyscalls.sh
make[2]: 'include/generated/vdso-offsets.h' is up to date.
/home/shihab_riadn/aex/kernel/xiaomi/markw/kernel/Makefile:150: *** No X.509 certificates found ***
Building modules, stage 2.
MODPOST 0 modules
make[1]: Leaving directory '/home/shihab_riadn/aex/out/target/product/markw/obj/KERNEL_OBJ'
make: Leaving directory '/home/shihab_riadn/aex/kernel/xiaomi/markw'
[ 4% 70/1624] Proguard: /home/shihab_riadn/aex/out/target/common/obj/APPS/messaging_intermediates/classes-proguard.jar
ProGuard, version 5.1
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes-header.jar]
Reading system jar [/home/shihab_riadn/aex/out/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes-header.jar]
Reading program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/messaging_intermediates/classes.jar]
Preparing output jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/messaging_intermediates/classes-proguard.jar]
Copying resources from program jar [/home/shihab_riadn/aex/out/target/common/obj/APPS/messaging_intermediates/classes.jar]
ninja: build stopped: subcommand failed.
03:55:52 ninja failed with: exit status 1
build/make/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 1

failed to build some targets (03:09 (mm:ss))

Can't compile for device Osprey

Using a clean setup (Docker image with required dependencies installed). After successfully running:

repo init -u git://github.com/AospExtended/manifest.git -b 8.1.x
repo sync -c -j16 --force-sync --no-clone-bundle --no-tags
source build/envsetup.sh
lunch aosp_osprey-user

I then try to compile with:

mka aex -j5

With the following error:

/home/build/android/prebuilts/gcc/linux-x86/arm/arm-eabi-7.2/bin/arm-eabi-gcc failed: No such file or directory

I have seen version 7.2 is hardcoded in the device/motorola/osprey/BoardConfig.mk but that version is not listed under my local android/prebuilts/gcc/linux-x86/arm/ folder.

If I try to change that BoardConfig.mk file to use 4.8, which is the version I have available in my prebuilts/ local folder, then I get a new error:

arm-eabi-gcc: error: unrecognized command line option '-fstack-protector-strong'

How could I workaround this? Can you reproduce the issue?

chromium-libpac not chromium-libpa

On branch 8.1.x, in snippets/aex.xml:
<project path="external/chromium-libpa" name="android_external_chromium-libpa" remote="los" />
where it should be:
<project path="external/chromium-libpac" name="android_external_chromium-libpac" remote="los" />

Soong unknown variable

Hello,
when I try to build I get this error message:
[100% 183/183] /run/media/kevin/Daten/NB1/AOSPex/out/soong/.bootstrap/bin/soong_build /run/media/kevin/Daten/NB1/AOSP
FAILED: /run/media/kevin/Daten/NB1/AOSPex/out/soong/build.ninja
/run/media/kevin/Daten/NB1/AOSPex/out/soong/.bootstrap/bin/soong_build -t -l /run/media/kevin/Daten/NB1/AOSPex/out/.m
odule_paths/Android.bp.list -b /run/media/kevin/Daten/NB1/AOSPex/out/soong -n /run/media/kevin/Daten/NB1/AOSPex/out -
d /run/media/kevin/Daten/NB1/AOSPex/out/soong/build.ninja.d -globFile /run/media/kevin/Daten/NB1/AOSPex/out/soong/.bo
otstrap/build-globs.ninja -o /run/media/kevin/Daten/NB1/AOSPex/out/soong/build.ninja Android.bp
error: vendor/aosp/build/soong/Android.bp:30:8: module "generated_kernel_includes": cmd: unknown variable '$(PATH_OVERRIDE_SOONG)'
14:29:47 soong bootstrap failed with: exit status 1

Best regards

macOS grep : (23) Failed writing body

I want to build android ROM from source in macOS 10.13.2

I'm done with repo sync and excute the . build/envsetup.sh

but there is an output stderr :

including device/generic/mini-emulator-mips/vendorsetup.sh
including device/generic/mini-emulator-mips64/vendorsetup.sh
including vendor/aosp/vendorsetup.sh
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
(23) Failed writing body
including sdk/bash_completion/adb.bash

I trace the problem... I assume it's because the curl and grep is not compatible...

the code ins vendor/aosp/vendorsetup.sh is like this...

for device in $(curl -s https://raw.githubusercontent.com/AospExtended/official_devices/master/devices.json | sed 's/ //; /^$/d' | grep -Po '"codename": ".*?"' | sed -e 's/codename//;s/"//g;s/: //')
do for var in eng user userdebug;
do
add_lunch_combo aosp_$device-$var
done
done

Anyone can help?

Screenrecord Sound doesn't record

When you récord the screen with the notifications long press screen record the audio that you are playing on the phone doesnt record

Suddenly reboot

I was playing a game then the phone rebooted out of nowhere, here's part of the log
11-02 21:28:20.106 E/ActivityThread(1937): Service com.google.android.gms.chimera.PersistentBoundBrokerService has leaked IntentReceiver ahmj@a9fa999 that was originally registered here. Are you missing a call to unregisterReceiver()?

11-02 21:28:20.106 E/ActivityThread(1937): android.app.IntentReceiverLeaked: Service com.google.android.gms.chimera.PersistentBoundBrokerService has leaked IntentReceiver ahmj@a9fa999 that was originally registered here. Are you missing a call to unregisterReceiver()?

11-02 21:28:20.106 E/ActivityThread(1937): at android.app.LoadedApk$ReceiverDispatcher.(LoadedApk.java:1159)

Unknown called number (dialer indipendent)

Hello!

I know I'm running an unofficial build (for LG G3 d855), but I tried asking in the xda thread and no one replied to me. I hope this is the right place to submit the bug.

It seems that across multiple ROMs (AFAIK specially CM based ones), since Lollipop a bug plagued some users: the unknown called number.

This bug is the following: calling anyone, with any dialer (given all the permissions), if that person replies to your call, when the call ends, the call history's number is unknown (not anonymous). If the other side doesn't reply though, the call log is sane. This happens only with the outgoing calls.

Reading through the forums, it seems that (in theory) it's a carrier's problem, because it doesn't send the id of the called one and, since Lollipop, Android seems to expect the id to come from the carrier, and not from the system itself (which called!). The bug thus rises only when the carrier don't send the id, in this case Fastweb mobile (Italy). The result is a messed up call history.

If my theory is right, a patch may be done in order to ignore the carrier's data if that data is null, and fallback to the dialer's last called number.

From logcat I see no difference between a missed call, a call replied or a call redirected to voice mail.

Any help is really appreciated and could be shared with the community of ROMs, as this is not the only one affected!

Thanks!

Model: LG-D855
Android version: 7.1.2
Extended version: AospExtended-v4.2-UNOFFICIAL
CPU: Qualcomm MSM8974PRO-AC
Base band: MPSS.DI.2.0.1.c1.13.2-00002-M8974AAAAANPZM-1
Kernel version: 3.4.113-Lineage-ga22c62275ff
Build number: N2G470
SELinux status: permissive

Make aex not working

When I run make aex it gives an error
ninja: error: unknown target 'aex', did you mean 'dex'?

Cannot checkout LineageOS/android_external_libexif

your pie wont sync,
probably this commit
99f87dd
maybe related to you changing the tracking on the lineageos source incorrectly in your manifest

Cannot checkout LineageOS/android_external_libexif: ManifestInvalidRevisionError: revision refs/heads/lineage-16.0 in LineageOS/android_external_libexif not found

Cannot fetch LineageOS/android_external_libexif from https://github.com/LineageOS/LineageOS/android_external_libexif

fatal: repository 'https://github.com/LineageOS/LineageOS/android_external_libexif/' not found
LineageOS/android_external_libexif:
remote: Not Found
fatal: repository 'https://github.com/LineageOS/LineageOS/android_external_libexif/' not found

Can't download the source.

 * [new tag]         android-9.0.0_r10 -> android-9.0.0_r10
Resolving deltas: 100% (1731774/1731774), done.
From https://github.com/AospExtended/platform_frameworks_base
 * [new branch]      9.x        -> aex/9.x
Fetching projects: 100% (690/690)  
error: Exited sync due to fetch errors```
Sorry if I'm posting this in the wrong place.

Command used: repo sync -c -j2 --force-sync --no-clone-bundle --no-tags -f

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.