mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 19:12:11 +00:00
build all ABI's for the AOSP apps
This commit is contained in:
parent
accf3349f7
commit
43b0ab7eb3
2 changed files with 11 additions and 7 deletions
|
|
@ -8,8 +8,6 @@ Summary:Stock camera
|
||||||
Description:
|
Description:
|
||||||
This is the camera2 package which is a new package in Android 4.4,
|
This is the camera2 package which is a new package in Android 4.4,
|
||||||
but it's compatible with Android 4.0.
|
but it's compatible with Android 4.0.
|
||||||
Not sure why it's a new package, probably it'll become Google Camera
|
|
||||||
at some stage.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -23,12 +21,15 @@ Build:4.4.2,1
|
||||||
patch=build.xml_1.patch
|
patch=build.xml_1.patch
|
||||||
rm=tests
|
rm=tests
|
||||||
prebuild=cp -r $$Xmp$$ . && \
|
prebuild=cp -r $$Xmp$$ . && \
|
||||||
echo -e 'source.dir=src_pd;src_pd_gcam;src;Xmp/XMPCore/src\nversion.name=4.4.2\nversion.code=1' >> ant.properties
|
echo -e 'source.dir=src_pd;src_pd_gcam;src;Xmp/XMPCore/src\nversion.name=4.4.2\nversion.code=1' >> ant.properties && \
|
||||||
|
echo 'APP_ABI := all' >> jni/Application.mk
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
You could alway switch this to Cyanogenmod or OmniROM but at the moment they are very similar
|
You could alway switch this to Cyanogenmod or OmniROM but at the moment they are very similar
|
||||||
See version.mk for their version scheme
|
See version.mk for their version scheme
|
||||||
|
|
||||||
|
build.xml patches are hairy; one can also use custom_rules.xml
|
||||||
.
|
.
|
||||||
|
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,11 @@ Summary:Stock keyboard
|
||||||
Description:
|
Description:
|
||||||
The current version comes with English, Spanish, Russian, Brazilian, Italian,
|
The current version comes with English, Spanish, Russian, Brazilian, Italian,
|
||||||
German, French, dictionaries; there are twenty more language word lists
|
German, French, dictionaries; there are twenty more language word lists
|
||||||
in the repository but they need to be compiled.
|
in the repository but they'd need to be compiled.
|
||||||
|
|
||||||
|
Remember, you can use these very dictionary files for [[org.pocketworkstation.pckeyboard]],
|
||||||
|
either built into the main apk or as addon packs.
|
||||||
|
|
||||||
The version name corresponds to the Android version.
|
The version name corresponds to the Android version.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
@ -21,10 +25,9 @@ Build:4.2.1,1
|
||||||
extlibs=android/android-support-v4r13.jar
|
extlibs=android/android-support-v4r13.jar
|
||||||
srclibs=Inputmethodcommon@android-4.2.1_r1
|
srclibs=Inputmethodcommon@android-4.2.1_r1
|
||||||
patch=build.xml_1.patch
|
patch=build.xml_1.patch
|
||||||
prebuild=echo 'package.name=com.android.inputmethod.latin' >> ant.properties && \
|
prebuild=sed -i '19 i android:versionName="4.2.1" android:versionCode="1"' AndroidManifest.xml && \
|
||||||
sed -i '19 i android:versionName="4.2.1" android:versionCode="1"' AndroidManifest.xml && \
|
|
||||||
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
||||||
build=$$NDK$$/ndk-build -C ../native && mv ../native/libs/armeabi libs/
|
build=$$NDK$$/ndk-build -e "APP_ABI=all" -C ../native && mv ../native/libs/armeabi libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
This version uses the prebuilt dictionaries in the repo;
|
This version uses the prebuilt dictionaries in the repo;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue