Skip to content

Commit

Permalink
sakura: libhidl: Convert libhidl to blueprint
Browse files Browse the repository at this point in the history
Signed-off-by: Zinadin Zidan <[email protected]>
Change-Id: I3176fc4d28ac8782b412eee2e3fd3a45410e3ca0
  • Loading branch information
ZIDAN44 authored and LinkBoi00 committed Jun 23, 2021
1 parent 1289e55 commit bf621fa
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 51 deletions.
42 changes: 42 additions & 0 deletions libhidl/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
//
// Copyright (C) 2021 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

cc_library_shared {
name: "[email protected]",

vendor: true,
}

cc_library_shared {
name: "[email protected]",

vendor: true,
}

cc_library_shared {
name: "[email protected]_system",

}

cc_library_shared {
name: "[email protected]_system",

}

cc_library_shared {
name: "[email protected]_vendor",

vendor: true,
}
51 changes: 0 additions & 51 deletions libhidl/Android.mk

This file was deleted.

0 comments on commit bf621fa

Please sign in to comment.