Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
406947c6
Kaydet (Commit)
406947c6
authored
Kas 28, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Construct a .jar for use by future other Android-specific Java code, too
üst
c0d26723
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
8 deletions
+17
-8
Makefile
sal/osl/android/Makefile
+17
-8
No files found.
sal/osl/android/Makefile
Dosyayı görüntüle @
406947c6
...
...
@@ -15,13 +15,14 @@ arm-linux-androideabi-strip --strip-debug $(SODEST)$(if $(2),/$(2),/$(notdir $(1
cp
$(1)
$(OBJLOCAL)$(if
$(2),/$(2))
endef
# The default target just builds
all
:
ndk-build
unset
JAVA_HOME
&&
ant debug
@
echo
'Install it on the device with ant debug install'
@
echo
'Then run it with something like what "make run" does (see Makefile)'
# The default target just builds.
# lo-bootstrap.jar is used from other LO apps than the test ones we
# include in the .apk here.
ndk-build
:
all
:
build-ant lo-bootstrap.jar
build-ndk
:
ndk-build
V
=
1
#
# Copy shared libraries we need to libs/armeabi-v7a so that ant will
...
...
@@ -51,7 +52,6 @@ ndk-build:
for
F
in
i18npool_test_breakiterator;
do
\
$(call
COPY,$(WORKDIR)/LinkTarget/CppunitTest/libtest_$${F}.so);
\
done
#
# Other "programs"
$(call
COPY,$(OUTDIR)/bin/uno,libunoexe.so)
...
...
@@ -101,8 +101,17 @@ ndk-build:
sed
-e
's!uri="./!uri="$(APP_DATA_PATH)/lib/!g'
<$(SRC_ROOT)/testtools/$(INPATH)/lib/$${F}.rdb
>assets/lib/$${F}.rdb;
\
done
install
:
ndk-build
build-ant
:
build-ndk
unset
JAVA_HOME
&&
ant debug
install
:
build-ndk
unset
JAVA_HOME
&&
ant debug
install
@
echo
@
echo
'Run it with something like what "make run" does (see Makefile)'
@
echo
lo-bootstrap.jar
:
build-ant
cd
bin/classes
&&
jar cvf ../../lo-bootstrap.jar
fi
/iki/tml org/libreoffice/android/Bootstrap.class
run
:
install
# Note: these are just examples.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment