Skip to content
Snippets Groups Projects
Commit 1ea97803 authored by Chirayu Desai's avatar Chirayu Desai
Browse files

Add a new package framework-res.apk

* It builds the resources from core/res using aapt, and installs
  the file to /usr/lib/android-sdk/framework-res.apk
  The location was something I picked for temporary use, and an
  appropriate location can be decided before pushing this to alioth.
parent 08611eb2
No related tags found
No related merge requests found
#!/usr/bin/dh-exec
framework-res.apk usr/lib/android-sdk/
......@@ -93,4 +93,10 @@ Description: APK split and selection tool
Using the flag --generate will emit a JSON encoded tree of rules that must be
satisfied in order to install the given Split APK. Using the flag --target
along with the device configuration will emit the set of Split APKs to install,
following the same logic that would have been emitted
\ No newline at end of file
following the same logic that would have been emitted
Package: android-framework-res
Architecture: all
Depends: ${misc:Depends}
Description: Android platform framework resources
This package
\ No newline at end of file
NAME = framework-res.apk
build:
./aapt package -x -M core/res/AndroidManifest.xml -S core/res/res -A core/res/assets -F framework-res.apk
clean:
$(RM) $(NAME)
......@@ -15,6 +15,7 @@ override_dh_auto_build:
make -f debian/libaapt.mk
make -f debian/aapt.mk
make -f debian/aidl.mk
make -f debian/framework-res.mk
pandoc -s -o debian/aidl.1 debian/aidl.1.md
make -f debian/split-select.mk
pandoc -s -o debian/split-select.1 debian/split-select.1.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment