~ubuntu-branches/debian/stretch/android-platform-frameworks-base/stretch

« back to all changes in this revision

Viewing changes to debian/patches/main_makefile.patch

  • Committer: Package Import Robot
  • Author(s): Hans-Christoph Steiner
  • Date: 2014-09-30 20:55:30 UTC
  • Revision ID: package-import@ubuntu.com-20140930205530-rlfscbdm3mrzcxqw
Tags: 21-1
Initial release (Closes: #763571)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- /dev/null
 
2
+++ b/Makefile
 
3
@@ -0,0 +1,9 @@
 
4
+#!/bin/make
 
5
+
 
6
+all:
 
7
+       make -C libs/androidfw
 
8
+       make -C tools/aapt
 
9
+
 
10
+clean:
 
11
+       make -C libs/androidfw clean
 
12
+       make -C tools/aapt clean