zhugeheng / apdfviewer

Automatically exported from code.google.com/p/apdfviewer
GNU General Public License v2.0
0 stars 0 forks source link

Compile project from android sources #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Oracle VM and Ubuntu 12.04. Install jdk 6 and other packages.
2. Install android OS sources and this library. Put library into packages/apps
3. Try to compile it.

What is the expected output? What do you see instead?
I see same errors:
Fake: 
out/target/product/generic/obj/FAKE/charger_res_images_intermediates/charger_res
_images-timestamp Symlink: 
out/target/product/generic/system/vendor/firmware/hdcp.keys -> 
/factory/hdcp.keys Fake: 
out/target/product/generic/obj/FAKE/validate_framework_keymaps_intermediates/val
idate_framework_keymaps-timestamp make: * No rule to make target 
out/target/product/generic/obj/lib/libcorecg.so', needed 
byout/target/product/generic/obj/SHARED_LIBRARIES/libpoppler_jni_intermediates/L
INKED/libpoppler_jni.so'. Stop.

What version of the product are you using? On what operating system?
JDK 6. Ubuntu 12.04

Please provide any additional information below.
I put library sources in packages/apps android sources. To comile use commands:

$ lunch full-eng

and

$ make j4

library in android-source/packages/apps/android-1.6

Original issue reported on code.google.com by Yuriy.Ai...@gmail.com on 17 Nov 2012 at 12:05