Example #1
0
 def get_properties(self, context):  # pylint: disable=R0801
     """ Get the property files from the device """
     BaseGem5Device.get_properties(self, context)
     props = self._get_android_properties(context)
     return props
Example #2
0
 def get_properties(self, context):  # pylint: disable=R0801
     """ Get the property files from the device """
     BaseGem5Device.get_properties(self, context)
     props = self._get_android_properties(context)
     return props