pstar -> berlin
This commit is contained in:
parent
8ac7410560
commit
0b269c9a8e
25 changed files with 334 additions and 301 deletions
|
|
@ -14,9 +14,9 @@
|
|||
// limitations under the License.
|
||||
|
||||
cc_binary {
|
||||
name: "vendor.lineage.touch@1.0-service.pstar",
|
||||
vintf_fragments: ["vendor.lineage.touch@1.0-service.pstar.xml"],
|
||||
init_rc: ["vendor.lineage.touch@1.0-service.pstar.rc"],
|
||||
name: "vendor.lineage.touch@1.0-service.berlin",
|
||||
vintf_fragments: ["vendor.lineage.touch@1.0-service.berlin.xml"],
|
||||
init_rc: ["vendor.lineage.touch@1.0-service.berlin.rc"],
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
proprietary: true,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.touch@1.0-service.pstar"
|
||||
#define LOG_TAG "lineage.touch@1.0-service.berlin"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <hidl/HidlTransportSupport.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
service vendor.touch-hal-1-0 /vendor/bin/hw/vendor.lineage.touch@1.0-service.pstar
|
||||
service vendor.touch-hal-1-0 /vendor/bin/hw/vendor.lineage.touch@1.0-service.berlin
|
||||
interface vendor.lineage.touch@1.0::IHighTouchPollingRate default
|
||||
class hal
|
||||
user system
|
||||
Loading…
Add table
Add a link
Reference in a new issue