<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic unable to build System image when adding custom app  in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-build-System-image-when-adding-custom-app/m-p/436870#M66902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to add my app in build which uses 4 .jar files and 2 .so libraries in libs folder&lt;/P&gt;&lt;P&gt;folder structure ---&lt;/P&gt;&lt;P&gt;libs&lt;/P&gt;&lt;P&gt;-armeabi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lib0001.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lib002.so&lt;/P&gt;&lt;P&gt;-v4-support.jar&lt;/P&gt;&lt;P&gt;-Framework.jar&lt;/P&gt;&lt;P&gt;-asap.jar&lt;/P&gt;&lt;P&gt;-jvse.jar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in .mk file i am writing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PATH:= $(call my-dir)&lt;/P&gt;&lt;P&gt;include $(CLEAR_VARS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_MODULE_TAGS := optional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_SRC_FILES := $(call all-subdir-java-files)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PACKAGE_NAME := TestApp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_STATIC_JAVA_LIBRARIES := \&lt;/P&gt;&lt;P&gt;android-support-v4 \&lt;/P&gt;&lt;P&gt;asap \&lt;/P&gt;&lt;P&gt;Framework \&lt;/P&gt;&lt;P&gt;jvse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PRIVILEGED_MODULE := true&lt;/P&gt;&lt;P&gt;include $(BUILD_PACKAGE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include $(call all-makefiles-under,$(LOCAL_PATH))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying o add one app in the packages folder and compile but it gives following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install: out/target/product/sabresd_6dq/system/lib/modules/ath6kl_sdio.ko&lt;/P&gt;&lt;P&gt;make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/asapsdk_intermediates/javalib.jar', needed by `out/target/common/obj/APPS/MDTTestApp_intermediates/classes-full-debug.jar'.&amp;nbsp; Stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what all things i needs to do to add those .so files and .jar files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 07:19:22 GMT</pubDate>
    <dc:creator>rakeshpatil</dc:creator>
    <dc:date>2015-09-09T07:19:22Z</dc:date>
    <item>
      <title>unable to build System image when adding custom app</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/unable-to-build-System-image-when-adding-custom-app/m-p/436870#M66902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to add my app in build which uses 4 .jar files and 2 .so libraries in libs folder&lt;/P&gt;&lt;P&gt;folder structure ---&lt;/P&gt;&lt;P&gt;libs&lt;/P&gt;&lt;P&gt;-armeabi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lib0001.so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lib002.so&lt;/P&gt;&lt;P&gt;-v4-support.jar&lt;/P&gt;&lt;P&gt;-Framework.jar&lt;/P&gt;&lt;P&gt;-asap.jar&lt;/P&gt;&lt;P&gt;-jvse.jar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in .mk file i am writing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PATH:= $(call my-dir)&lt;/P&gt;&lt;P&gt;include $(CLEAR_VARS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_MODULE_TAGS := optional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_SRC_FILES := $(call all-subdir-java-files)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PACKAGE_NAME := TestApp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_STATIC_JAVA_LIBRARIES := \&lt;/P&gt;&lt;P&gt;android-support-v4 \&lt;/P&gt;&lt;P&gt;asap \&lt;/P&gt;&lt;P&gt;Framework \&lt;/P&gt;&lt;P&gt;jvse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOCAL_PRIVILEGED_MODULE := true&lt;/P&gt;&lt;P&gt;include $(BUILD_PACKAGE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include $(call all-makefiles-under,$(LOCAL_PATH))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying o add one app in the packages folder and compile but it gives following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install: out/target/product/sabresd_6dq/system/lib/modules/ath6kl_sdio.ko&lt;/P&gt;&lt;P&gt;make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/asapsdk_intermediates/javalib.jar', needed by `out/target/common/obj/APPS/MDTTestApp_intermediates/classes-full-debug.jar'.&amp;nbsp; Stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what all things i needs to do to add those .so files and .jar files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 07:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/unable-to-build-System-image-when-adding-custom-app/m-p/436870#M66902</guid>
      <dc:creator>rakeshpatil</dc:creator>
      <dc:date>2015-09-09T07:19:22Z</dc:date>
    </item>
  </channel>
</rss>

