Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f139105a authored by shrikar's avatar shrikar
Browse files

Corrected VehicleProperty.aidl path to current path

Bug: 266883153
Test: manual build
Change-Id: Ia2a4c5d08988b64edfd7a9b051fb77bfb3b423ef
parent 8c202cc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@ import os
import re
import sys

PROP_AIDL_FILE_PATH = ("hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/" +
    "vehicle/VehicleProperty.aidl")
PROP_AIDL_FILE_PATH = ("hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/" +
    "automotive/vehicle/VehicleProperty.aidl")
CHANGE_MODE_CPP_FILE_PATH = ("hardware/interfaces/automotive/vehicle/aidl/generated_lib/cpp/" +
    "ChangeModeForVehicleProperty.h")
ACCESS_CPP_FILE_PATH = ("hardware/interfaces/automotive/vehicle/aidl/generated_lib/cpp/" +