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
811751bb
Kaydet (Commit)
811751bb
authored
Agu 23, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't hardcode jni/Application.mk either
Change-Id: Id8787a04a3b1720490e7d79a254ca11835df242a
üst
0d68487f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
Makefile
android/experimental/DocumentLoader/Makefile
+3
-0
Application.mk
android/experimental/DocumentLoader/jni/Application.mk
+0
-3
Makefile
android/qa/sc/Makefile
+3
-0
Application.mk
android/qa/sc/jni/Application.mk
+0
-2
No files found.
android/experimental/DocumentLoader/Makefile
Dosyayı görüntüle @
811751bb
...
@@ -35,6 +35,9 @@ all: build-ant
...
@@ -35,6 +35,9 @@ all: build-ant
properties
:
properties
:
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
local.properties
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
local.properties
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
../../Bootstrap/local.properties
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
../../Bootstrap/local.properties
echo
"# File needed by ndk-gdb"
>
jni/Application.mk
echo
"APP_ABI :=
$(ANDROID_APP_ABI)
"
>>
jni/Application.mk
echo
"APP_PLATFORM := android-14"
>>
jni/Application.mk
copy-stuff
:
copy-stuff
:
# First always clean
# First always clean
...
...
android/experimental/DocumentLoader/jni/Application.mk
deleted
100644 → 0
Dosyayı görüntüle @
0d68487f
# File needed by ndk-gdb
APP_ABI := armeabi-v7a
APP_PLATFORM := android-14
android/qa/sc/Makefile
Dosyayı görüntüle @
811751bb
...
@@ -26,6 +26,9 @@ all: build-ant
...
@@ -26,6 +26,9 @@ all: build-ant
properties
:
properties
:
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
local.properties
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
local.properties
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
../../Bootstrap/local.properties
echo
sdk.dir
=
$(ANDROID_SDK_HOME)
>
../../Bootstrap/local.properties
echo
"# File needed by ndk-gdb"
>
jni/Application.mk
echo
"APP_ABI :=
$(ANDROID_APP_ABI)
"
>>
jni/Application.mk
echo
"APP_PLATFORM := android-14"
>>
jni/Application.mk
copy-stuff
:
copy-stuff
:
#
#
...
...
android/qa/sc/jni/Application.mk
deleted
100644 → 0
Dosyayı görüntüle @
0d68487f
APP_ABI := armeabi-v7a
APP_PLATFORM := android-14
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