diff options
author | Neil Fuller <nfuller@google.com> | 2018-08-22 17:38:13 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2018-08-24 16:00:16 +0100 |
commit | 9da87c909858bf3c74c6686659e7e959e2f55ab8 (patch) | |
tree | bcf4e486027c67f7774fd8d458deae0cb404e704 /Android.bp | |
parent | 85bd12914836f0da01218d2846bf8795e19903b2 (diff) |
Code for a trivial installable module
A trivial jar / class for prototyping and associated
directory structure. The location and structure may
change in future.
Later changes will add core-simple.jar to the boot
classpath, etc. See http://go/simple-module
Bug: 113148576
Test: build only
Change-Id: I319a97fac9b87f1f826aa48a5efcfcc55e50ebaf
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index e57045fc5b..e220114e77 100644 --- a/Android.bp +++ b/Android.bp @@ -1,3 +1,7 @@ +subdirs = [ + "modules/simple", +] + build = [ "JavaLibrary.bp", "NativeCode.bp", |