Hi,
      I''ve created a custom product, and execute the command:

$ make PRODUCT-mycustomproduct-eng

I get the following error:

target thumb C++: libcameraservice <= frameworks/base/camera/
libcameraservice/CameraService.cpp
make: *** No rule to make target `out/target/product/mycustomproduct/
obj/lib/libcamera.so', needed by `out/target/product/mycustomproduct/
obj/SHARED_LIBRARIES/libcameraservice_intermediates/LINKED/
libcameraservice.so'.  Stop.

How can I resolve this?

Here is what my build/target/product/mycustomproduct.mk file looks
like:

PRODUCT_BRAND := mycustomproduct
PRODUCT_DEVICE := mycustomproduct
PRODUCT_NAME := mycustomproduct
PRODUCT_POLICY := android.policy_phone
PRODUCT_PROPERTY_OVERRIDES := \
    ro.config.notification_sound=F1_New_SMS.ogg

# Product packages that will be included in the build
PRODUCT_PACKAGES := \
    framework-res \
    Camera \
    Settings \
    SettingsProvider \
    Launcher \
    DownloadProvider \
    MediaProvider \
    UserDictionaryProvider \
    PackageInstaller \
    Bugreport \
    LatinIME

Best regards,

Elvis
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to