sdm845-common -> sm8250-common
This commit is contained in:
parent
ebe358dcbf
commit
98a0defd38
24 changed files with 153 additions and 127 deletions
|
|
@ -14,8 +14,8 @@
|
|||
// limitations under the License.
|
||||
|
||||
cc_binary {
|
||||
name: "lineage.livedisplay@2.0-service.oneplus_sdm845",
|
||||
init_rc: ["lineage.livedisplay@2.0-service.oneplus_sdm845.rc"],
|
||||
name: "lineage.livedisplay@2.0-service.oneplus_kona",
|
||||
init_rc: ["lineage.livedisplay@2.0-service.oneplus_kona.rc"],
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ on init
|
|||
on post-fs-data
|
||||
mkdir /data/misc/display 0770 system graphics
|
||||
|
||||
service livedisplay-hal-2-0 /system/bin/hw/lineage.livedisplay@2.0-service.oneplus_sdm845
|
||||
service livedisplay-hal-2-0 /system/bin/hw/lineage.livedisplay@2.0-service.oneplus_kona
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.livedisplay@2.0-service.oneplus_sdm845"
|
||||
#define LOG_TAG "lineage.livedisplay@2.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue