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
1921a96c
Kaydet (Commit)
1921a96c
authored
Ock 23, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add the filters_test test documents
üst
5b715f0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Makefile
android/qa/sc/Makefile
+6
-1
No files found.
android/qa/sc/Makefile
Dosyayı görüntüle @
1921a96c
...
...
@@ -127,6 +127,7 @@ copy-stuff:
mkdir
-p
assets/bin
assets/lib
assets/xml/ure
cp
$(OUTDIR)/bin/udkapi.rdb
assets/bin
cp
$(OUTDIR)/bin/types.rdb
assets/bin
#
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
# So just hardcode the known APP_DATA_PATH for now...
# Ditto for URE_INTERNAL_LIB_DIR
...
...
@@ -141,16 +142,20 @@ copy-stuff:
sed
-e
's!uri="./!uri="
$(APP_DATA_PATH)
/lib/!g'
<
$(SRC_ROOT)
/testtools/
$(INPATH)
/lib/
$$
F.rdb
>
assets/lib/
$$
F.rdb
;
\
done
cp
-R
$(OUTDIR)
/xml/registry assets/xml
#
# .res files
for
F
in
$(OUTDIR)/bin/*.res;
do
\
cp
$$F
assets/bin;
\
done
#
# Test documents for filters_test
(cd
$(SRC_ROOT)
&&
tar
cf
-
sc/qa/unit/data)
|
(cd
assets
&&
tar
xvf
-)
#
# Then assets that are unpacked at run-time into the app's data directory.
mkdir
-p
assets/unpack/etc/fonts
cp
fonts.conf
assets/unpack/etc/fonts
#
# Then gdbserver and gdb.setup so that we can debug with ndk-gdb.
#
cp
$(ANDROID_NDK_HOME)/toolchains/arm-linux-androideabi-4.4.3/prebuilt/gdbserver
$(SODEST)
echo
set
solib-search-path
./obj/local/armeabi-v7a
>$(SODEST)/gdb.setup
...
...
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