Git Product home page Git Product logo

Comments (3)

 avatar commented on September 20, 2024

@sonyxperiadev

XDA Thread : http://forum.xda-developers.com/showthread.php?t=2360839

First error that I got while lunching was
build/core/product_config.mk:228: *** _nic.PRODUCTS.[[device/sony/c6503/full_c6503.mk]]: "vendor/qcom/lagan/lagan-partial.mk" does not exist. Stop.

Ignoring that error. I compiled
lunch full_c6503-userdebug

But after a hour long compiling I got nothing while checking with this command
find -type f |grep *.img

Build.prop : http://pastebin.com/zqUG5R6U

But I can see a system.img in
out/target/product/generic/obj/PACKAGING/systemimage_intermediates

from device-sony-c6503.

 avatar commented on September 20, 2024

Temporary Workarround

edit the file vendor/sony/c6503/c6503-vendor.mk
And remove the line "$(call inherit-product, vendor/qcom/lagan/lagan-partial.mk)" from it

A build after that can give you fresh working AOSP for Xperia ZL

from device-sony-c6503.

motoridersd avatar motoridersd commented on September 20, 2024

Comparing c6503 to c6603, the differences are in the c6X03-vendor.mk files. The c6503-vendor.mk file can be updated to match yuga by using this instead:

PRODUCT_PLATFORM := Lagan
$(call inherit-product, $(LOCAL_PATH)/c6503-partial.mk)
$(call inherit-product, vendor/sony/lagan/lagan-partial.mk)
$(call inherit-product-if-exists, vendor/qcom/lagan/lagan-partial.mk)

The difference being that instead of looking for lagan-partial under vendor/qcom/lagan, it should be looked for in vender/sony/lagan. And the last line adds a "if-exists" condition, which is the same as removing it as mithun46 noted.

Unfortunately, since the blobs are a downloadable zip file, we can't update this to fix. I'll just fork and create a repository with working files.

from device-sony-c6503.

Related Issues (1)

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.