Merge "libadf is a new member of VNDK" into oc-mr1-dev
This commit is contained in:
commit
5809705759
1 changed files with 5 additions and 1 deletions
|
|
@ -12,8 +12,12 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
cc_library_static {
|
||||
cc_library {
|
||||
name: "libadf",
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
},
|
||||
srcs: ["adf.cpp"],
|
||||
cflags: ["-Werror"],
|
||||
local_include_dirs: ["include"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue