diff options
author | Glenn Kasten <gkasten@google.com> | 2020-09-22 08:54:56 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2020-09-22 15:19:39 -0700 |
commit | 902b8c8f9fa5a2e1937007d7d5ee90f01790808b (patch) | |
tree | 8ddf7a85dd8d83284ae69ffe6ae16f2c3fbfff97 | |
parent | 15b7725e0a415ec34592fa325db63cf58a892a47 (diff) |
Add and update files from Android downstream branch to more closely match
Change-Id: If0ebdf44667202eaf73ec41f583092bf61e88b63
-rw-r--r-- | Android.bp | 3 | ||||
-rw-r--r-- | METADATA | 3 | ||||
-rw-r--r-- | MODULE_LICENSE_BSD | 0 | ||||
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | OWNERS | 2 |
5 files changed, 10 insertions, 0 deletions
@@ -22,6 +22,9 @@ cc_library { }, system_shared_libs: ["libc", "libdl"], + vndk: { + enabled: true, + }, } cc_binary { diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..d97975c --- /dev/null +++ b/METADATA @@ -0,0 +1,3 @@ +third_party { + license_type: NOTICE +} diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/MODULE_LICENSE_BSD @@ -1,4 +1,5 @@ Copyright 2011, The Android Open Source Project + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright @@ -9,6 +10,7 @@ modification, are permitted provided that the following conditions are met: * Neither the name of The Android Open Source Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + THIS SOFTWARE IS PROVIDED BY The Android Open Source Project ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -0,0 +1,2 @@ +dvdli@google.com +gkasten@google.com |