Updated to arc-runtime-42.4410.288.26
diff --git a/src/build/generate_build_prop.py b/src/build/generate_build_prop.py
index 3bd1c5e..123ab88 100755
--- a/src/build/generate_build_prop.py
+++ b/src/build/generate_build_prop.py
@@ -76,11 +76,7 @@
 # NetworkManagementService and MountService appear to be the only places
 # to check for "simulator". However NetworkManagementService would then skip
 # a part of its own initialization leaving important variables set to null.
-#
-# Also, it seems that some applications that perform device detection are not
-# prepared to deal with arbitrary strings. "generic" seems like a safe, standard
-# device name.
-os.environ['TARGET_DEVICE'] = 'generic'
+os.environ['TARGET_DEVICE'] = OPTIONS.target()
 os.environ['TARGET_PRODUCT'] = 'arc'
 
 os.environ.setdefault('USER', 'unknown')